forked from ajwdewit/xarray
-
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.
Modify zarr chunking as suggested in pydata#4496 (pydata#4646)
* modify get_chunks to align zarr chunking as described in issue pydata#4496 * fix: maintain old open_zarr chunking interface * add and fix tests * black * bugfix * add few documentation on open_dataset chunking * in test: re-add xafils for negative steps without dask * Specify in reason that only zarr is expected to fail * unify backend test negative_step with dask and without dask * Add comment on has_dask usage Co-authored-by: Alessandro Amici <[email protected]>
- Loading branch information
Showing
5 changed files
with
156 additions
and
48 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
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