-
-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v3] updating attributes breaks zarr.json metadata (e.g. dim sep) #2111
Comments
@joshmoore - if we can simmer this down to something more bite sized, I'd be happy to take a look. |
Here's a reproducer with 3.0.0a0: issue2111.py
The first error you will run into is likely #2025 "Named configuration does not have a 'configuration' key"
If you work around that (e.g., with my snippet there), you'll see from the tensorstore verification: "Error opening "zarr3" driver:"
And this comes from the fact that the re-opening with zarr-python has changed the configuration (including the dimension separator): zr.json
compared to from tensorstore (if you change the ts.json
With 3.0.0a1 I get |
Zarr version
3.0.0a1 and v3 branch currently
Numcodecs version
n/a
Python Version
3.10 and 3.12
Operating System
Mac
Installation
pip install in mamba env.
Description
Behavior:
Expected:
Steps to reproduce
see: https://github.com/ome/ome2024-ngff-challenge/blob/d25e1246b900b594c32c8214a0cb6390960fabbb/src/ome2024_ngff_challenge/resave.py#L16
Additional output
No response
The text was updated successfully, but these errors were encountered: