-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeError when adjusting with preloaded training dataset (#1679)
See issue #1678 for an explanation of the problem ### What kind of change does this PR introduce? Returns an empty list if a reduced dimension is not in the dataset chunks in xclim/sdba/base.py map_blocks when checking for badchunks ### Does this PR introduce a breaking change? No.
- Loading branch information
Showing
3 changed files
with
3 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,4 @@ Contributors | |
* Maliko Tanguy <[email protected]> `@malngu <https://github.com/malngu>`_ | ||
* Christopher Whelan `@qwhelan <https://github.com/qwhelan>`_ | ||
* Dante Castro <[email protected]> `@profesorpaiche <https://github.com/profesorpaiche>`_ | ||
* Sascha Hofmann <[email protected]> `@saschahofmann <https://github.com/saschahofmann>`_ |
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