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
Note the absence of a zarr.json file in the foo and foo/bar subdirectory, making them implicit groups, which have been removed in the Zarr V3 spec (zarr-developers/zarr-specs#292)
So either zarr-python shouldn't accept a name like 'foo/bar/baz' for an array, or explicitly create groups
Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered:
Zarr version
v3.0.2
Numcodecs version
v0.15
Python Version
3.12
Operating System
Linux
Installation
pip install zarr
Description
Following https://zarr.readthedocs.io/en/stable/user-guide/groups.html#working-with-groups and doing
This generates the following file hierarchy:
Note the absence of a zarr.json file in the
foo
andfoo/bar
subdirectory, making them implicit groups, which have been removed in the Zarr V3 spec (zarr-developers/zarr-specs#292)So either zarr-python shouldn't accept a name like 'foo/bar/baz' for an array, or explicitly create groups
Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered: