forked from cubed-dev/cubed
-
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.
Rechunk where dict has missing axes (cubed-dev#546)
When rechunking with a dict that doesn't contain all axes, then the chunking should be unchanged for those axes that are missing. In particular, `a.rechunk({})` should be a no-op. This is consistent with Dask (dask/dask#11261) and Xarray (pydata/xarray#9286)
- Loading branch information
1 parent
ac89359
commit fd705a5
Showing
2 changed files
with
21 additions
and
2 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