juglab / napari-n2v

A self-supervised denoising algorithm.
https://juglab.github.io/napari-n2v/
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Fix path issue with DemoPredWidget #28

Closed psobolewskiPhD closed 1 year ago

psobolewskiPhD commented 1 year ago

Fixes https://github.com/juglab/napari-n2v/issues/27 Adding parents=True solved the original error, but then I got a 2nd error: TypeError: unhashable type: 'slice' and realized probably wanted the img and not the dict.

jdeschamps commented 1 year ago

Good catch, just tested it.

Thanks so much Peter! I will be merging with the develop branch and check again the plugins with the most recent changes. New version with fix should be released later today.