issues
search
zarr-developers
/
zarr-python
An implementation of chunked, compressed, N-dimensional arrays for Python.
https://zarr.readthedocs.io
MIT License
1.53k
stars
286
forks
source link
Missing mandatory keyword argument
#2465
Closed
DimitriPapadopoulos
closed
2 weeks ago
DimitriPapadopoulos
commented
3 weeks ago
The keyword argument
shape
is mandatory.
TODO:
[ ] Add unit tests and/or doctests in docstrings
[ ] Add docstrings and API docs for any new/modified user-facing classes and functions
[ ] New/modified features documented in docs/tutorial.rst
[ ] Changes documented in docs/release.rst
[x] GitHub Actions have all passed
[ ] Test coverage is 100% (Codecov passes)
The keyword argument
shape
is mandatory.TODO: