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.
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.
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 theimg
and not thedict
.