cellpose icon indicating copy to clipboard operation
cellpose copied to clipboard

quick fix for the raised issue #12208 regarding the functions of io.imsave() and io.save_rois()

Open Jiadalee opened this issue 7 months ago • 2 comments

At run_Cellpose-SAM.ipynb file, both io.imsave() and io.save_rois() should not return anything since the API specifies that these two functions return None. Also, the mask[i] is missing in the io.imsave() function. With that, I updated those codes to save images and rois in a proper way.

Jiadalee avatar May 29 '25 20:05 Jiadalee

@Jiadalee there's no way for me to 'skip' commits. Instead, you'll need to edit the commit history on your repo, push them to your branch, and this PR will update.

mrariden avatar Jun 02 '25 14:06 mrariden

@mrariden I cleaned my repo and re-push the exact 2 commits for this pr. Feel free to review them. thanks

Jiadalee avatar Jun 04 '25 19:06 Jiadalee