fractal-napari-plugins-collection / napari-feature-classifier

BSD 3-Clause "New" or "Revised" License
21 stars 5 forks source link

Can't initialize multiple classifiers in the same python session #1

Closed jluethi closed 2 years ago

jluethi commented 2 years ago

If a user closes the current classifier widget window and initializes a fresh classifier, that doesn't work. Multiple issues:

ValueError: key combination T already used! specify 'overwrite=True' to bypass this check

jluethi commented 2 years ago

Added 'overwrite=True', seems to fix the issue. Pre-existing selection & prediciton layers are overwritten with a blank one again