You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if either of those were ever changed, we'd have an issue. There should be one function that constructs a layer name, and that one function should always be used when retrieving the expected layer name
The text was updated successfully, but these errors were encountered:
There is a bug just waiting to happen in _mda_handler.
The layer is initially created with a name constructed manually as
f"{fname}_{id_}"
here:napari-micromanager/src/napari_micromanager/_mda_handler.py
Lines 147 to 148 in 4c14f27
and then that key is recreated (manually) for the purpose of looking up the layer in the viewer here:
napari-micromanager/src/napari_micromanager/_mda_handler.py
Lines 428 to 429 in 4c14f27
if either of those were ever changed, we'd have an issue. There should be one function that constructs a layer name, and that one function should always be used when retrieving the expected layer name
The text was updated successfully, but these errors were encountered: