Commit bb4c7b4
* FIX: catch dask chunk mismatch ValueErrors, warn and set ``allow_rechunk=True``
* FIX: raise ValueError for the core dimension case
* add pull request reference to whats-new.rst (internal changes)
* add test for FutureWarning
* WIP allow_rechunk
* fix allow_rechunk
* use new is_duck_dask_array()-check
* use get instead pop
* Small change to error message.
Co-authored-by: dcherian <deepak@cherian.net>
1 parent 572a528 commit bb4c7b4
File tree
3 files changed
+23
-4
lines changed- doc
- xarray
- core
- tests
3 files changed
+23
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
628 | 648 | | |
629 | 649 | | |
630 | 650 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
698 | | - | |
699 | | - | |
| 698 | + | |
700 | 699 | | |
701 | 700 | | |
702 | 701 | | |
| |||
710 | 709 | | |
711 | 710 | | |
712 | 711 | | |
713 | | - | |
| 712 | + | |
714 | 713 | | |
715 | 714 | | |
716 | 715 | | |
| |||
0 commit comments