Skip to content

Commit

Permalink
missing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Jan 24, 2021
1 parent 49aaa9f commit fbcfe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpose/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def eval(self, imgs, batch_size=8, channels=None, normalize=True, invert=False,
progress.setValue(55)
styles.append(style)
if resample:
y = transforms.resize_image(y, shape[-3], shape[-2])
y = transforms.resize_image(y, shape[-3], shape[-2])
cellprob = y[:,:,-1]
dP = y[:,:,:2].transpose((2,0,1))
if compute_masks:
Expand Down

0 comments on commit fbcfe66

Please sign in to comment.