-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add xr.unify_chunks()
top level method
#5445
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0d20cde
Add top level method
malmans2 3902a38
move in computation.py
malmans2 334e38d
no need to enumerate
malmans2 4515208
Update xarray/core/computation.py
malmans2 e940f8c
Update xarray/core/computation.py
malmans2 6d1810b
Update xarray/core/computation.py
malmans2 f11496b
Update xarray/core/computation.py
malmans2 0a39035
Merge branch 'pydata:master' into add_unify_chunks
malmans2 b8cbaed
implement @crusaderky suggestions
malmans2 fde1ea1
import annotations
malmans2 96a6e61
test transposed dimensions
malmans2 38563f3
check transposed and raise mismatch error
malmans2 0090148
Update xarray/core/computation.py
malmans2 f4052ee
Update xarray/core/computation.py
malmans2 ccc60f4
Update xarray/core/computation.py
malmans2 4ff8051
Update xarray/core/computation.py
malmans2 3360ae8
@crusaderky suggestions
malmans2 a0e1820
Update xarray/tests/test_dask.py
malmans2 a6db6ec
Update xarray/tests/test_dask.py
malmans2 a248880
Update xarray/tests/test_dask.py
crusaderky 1765c95
fix typos
malmans2 0d50c44
qqMerge branch 'add_unify_chunks' of https://github.com/malmans2/xarr…
malmans2 10a174a
use tuple for da chunks
malmans2 305d138
Update xarray/tests/test_dask.py
malmans2 0e42ace
Update xarray/tests/test_dask.py
crusaderky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ Top-level functions | |
map_blocks | ||
show_versions | ||
set_options | ||
unify_chunks | ||
|
||
Dataset | ||
======= | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.