Fix to issue #1375 to make it also zarr v3 compatible#1379
Fix to issue #1375 to make it also zarr v3 compatible#1379felixS27 wants to merge 2 commits intoMouseLand:mainfrom
Conversation
|
The issue is that people still have zarr v2 arrays. Ideally, we'd have a way to support both. This solution doesn't appear to be backwards compatible. Although you'd have to juggle the installed library version, it would be better to have code that checks the current zarr version and then load according to the installed version. Also wrap the loading code with a helpful error if it fails. |
|
Hi, |
This is the fix to make the code for distributed cellpose also zarr v3 compatible.
As it is mentioned in issue #1375