Skip to content

Commit

Permalink
fixing #879
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Mar 4, 2024
1 parent cc4e62c commit b57a546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpose/gui/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def _load_seg(parent, filename=None, image=None, image_file=None, load_3D=False)
parent.set_restore_button()

_initialize_images(parent, image, load_3D=load_3D)
print(parent.stack.shape, parent.stack_filtered.shape)
print(parent.stack.shape)
if "chan_choose" in dat:
parent.ChannelChoose[0].setCurrentIndex(dat["chan_choose"][0])
parent.ChannelChoose[1].setCurrentIndex(dat["chan_choose"][1])
Expand Down

0 comments on commit b57a546

Please sign in to comment.