-
-
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] Missing array attributes: nbytes, nchunks, nchunks_initialized #2027
Comments
|
@tomwhite how essential is |
It's not as important as the other two, but we use it in Cubed to see if an array has been fully computed when resuming a computation after a restart. Currently we don't need to know how many chunks have been initialized, only if any haven't been - in which case we'll recompute them all. So an API like the one mentioned in zarr-developers/zarr-specs#300 (comment) for TensorStore would be sufficient. |
so my personal view is that "what's going on with my chunks" is a very important question and zarr-python should provide basic tools with which people can answer that question, and making |
Yes, thanks |
while we are at it, |
Zarr version
3.0.0a1
Numcodecs version
0.12.1
Python Version
3.11.9
Operating System
Mac
Installation
pip
Description
The array attributes
nbytes
,nchunks
, andnchunks_initialized
are all missing in v3.Steps to reproduce
Additional output
No response
The text was updated successfully, but these errors were encountered: