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
thanks for the report, i'm guessing this is due to how we currently (fail to) handle the leading "/" character in the names. i can look into this in the next few days.
Zarr version
v3.0.1
Numcodecs version
v0.15.0
Python Version
312
Operating System
Linux
Installation
Conda
Description
I am trying to create a Zarr store with nested groups using
Dataset.to_zarr
. The structure I aim to create looks like this:To generate this Zarr store, I use the following code:
Steps to reproduce
When opening the store using
zarr.open_group
and listing the group members, only the root-level variables are displayed:Expected Behavior
In Zarr-Python V2, the nested groups would be listed as expected:
For more context, please look at this conversation
The text was updated successfully, but these errors were encountered: