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
I have a zarr v2 dataset with no group level .zattrs. I have consolidated the metadata to .zmetadata. This dataset opens successfully in zarr==2 but v3 is not using the consolidated metadata, and openings hangs indefinitely as it lists every key.
Zarr version
v3
Numcodecs version
n/a
Python Version
3.12
Operating System
Linux
Installation
pip
Description
I have a zarr v2 dataset with no group level
.zattrs
. I have consolidated the metadata to.zmetadata
. This dataset opens successfully in zarr==2 but v3 is not using the consolidated metadata, and openings hangs indefinitely as it lists every key.The error is caused by this line of code:
zarr-python/src/zarr/core/group.py
Line 576 in 0c154c3
This seems like a bug. It will fail if the
.zattrs
is not present, but the v2 spec statesSteps to reproduce
.
Additional output
No response
The text was updated successfully, but these errors were encountered: