Skip to content
Snippets Groups Projects
Commit 0b0973ee authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Changed incorrect argument, all tests now pass

parent be92ac2d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ def infer_px_then_ob_model(
ti = Timer()
ch = kwargs.get('channel')
img = generate_file_accessor(fpi).get_one_channel_data(ch, mip=kwargs.get('mip', False))
img = generate_file_accessor(fpi).get_one_channel_data(ch)
ti.click('file_input')
px_map, _ = px_model.infer(img)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment