-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
Why is Array.name
nullable?
#2498
Comments
My next question is, what would we lose by using the empty string '' instead of |
I did some quick research and apparently in hdf5, the name of a dataset or a group can be see #2499 |
closed by #2499 |
The name of an array can be
None
, which is a bit odd sinceNone
is not a valid location in a file system. Can someone explain what we are expressing by allowingArray.name
to beNone
? Note that this is carried over from v2, and the docstring references h5py.zarr-python/src/zarr/core/array.py
Lines 813 to 827 in d6508b5
The text was updated successfully, but these errors were encountered: