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
There are few places where we use try/except for zarr errors, which could be handled better (i.e. the try/except should be replaced by an if/else, with conditions based on zarr attributes).
In create-omer-zarr-multiplex, when looping over wells
In apply_registration_to_image, when getting the current label_list.
Note that this is not applicable (for the moment) to the ContainsArrayError errors in yokogawa-to-zarr and MIP tasks.
The text was updated successfully, but these errors were encountered:
There are few places where we use try/except for zarr errors, which could be handled better (i.e. the try/except should be replaced by an if/else, with conditions based on zarr attributes).
label_list
.Note that this is not applicable (for the moment) to the
ContainsArrayError
errors in yokogawa-to-zarr and MIP tasks.The text was updated successfully, but these errors were encountered: