Skip to content

Commit

Permalink
removing io save print
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Oct 26, 2024
1 parent 0921404 commit 0fd7611
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cellpose/gui/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ def _save_sets(parent):
"diameter":
parent.diameter
}
print(dat["masks"].shape)
if parent.restore is not None:
dat["img_restore"] = parent.stack_filtered
np.save(base + "_seg.npy", dat)
Expand Down

0 comments on commit 0fd7611

Please sign in to comment.