forked from zarr-developers/zarr-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/write empty chunks (zarr-developers#2429)
* add write_empty_chunks to config.array namespace * use write_empty_chunks from config in write_batch * implement config-sensitive write_empty_chunks in write_batch, and add a test * add literacy to test * add warnings when write_empty_chunks is used as a kwarg * init * add ArrayConfig * docstring * ignore warning * fix v2 test * add test to ensure that write_empty_chunks can be set via the global config * fix tests * remove write_empty_chunks from Array.create; separate metadata order from config order * remove missing overload * Update src/zarr/core/array.py Co-authored-by: Norman Rzepka <[email protected]> * Update src/zarr/core/array.py Co-authored-by: Norman Rzepka <[email protected]> --------- Co-authored-by: Norman Rzepka <[email protected]>
- Loading branch information
Showing
15 changed files
with
399 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.