-
Notifications
You must be signed in to change notification settings - Fork 61
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
Correctly interpolate seasons in Grouper #2019
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
e8ba3f0
Correctly interpolate seasonal in Grouper
saschahofmann 26a9b0f
Update Changelog
saschahofmann 8661313
Fix test_make_hourly_temps
saschahofmann 2c18c22
Fix linting
saschahofmann 18687b3
Add comment explaining the factor 1/6
saschahofmann ca2fc5f
Fix typo in Changelog
saschahofmann 4d8ee67
Merge branch 'main' into fix-#2014
Zeitsperre 0ce6dfa
Merge branch 'main' into fix-#2014
Zeitsperre c111abd
Change order of params for pip install
saschahofmann ce8ff0c
Merge branch 'fix-#2014' of github.com:saschahofmann/xclim into fix-#…
saschahofmann 94091fc
Merge branch 'main' into fix-#2014
Zeitsperre 1046620
Fix xp creation when extrapolating on quantiles
saschahofmann 1c7d023
Merge branch 'fix-#2014' of github.com:saschahofmann/xclim into fix-#…
saschahofmann d130da0
Merge branch 'main' of github.com:saschahofmann/xclim into fix-#2014
saschahofmann 0aebbb4
Add warning log when using linear interp in qdm_adjust
saschahofmann b93ae6d
Use warnings library instead of logging.warning
saschahofmann d891929
Merge remote-tracking branch 'upstream/main' into fix-#2014
saschahofmann 90d8345
Fix QDM with 360_day calendar
saschahofmann 2ebd4b8
Merge branch 'main' of https://github.com/Ouranosinc/xclim into fix-#…
saschahofmann 835ee16
Enable seasonal scaling
saschahofmann 43c02a7
Merge branch 'main' of https://github.com/Ouranosinc/xclim into fix-#…
saschahofmann 7c25054
Merge branch 'main' into fix-#2014
Zeitsperre f410e0a
Aulemahal comments
saschahofmann ccd3bdc
Merge branch 'main' of https://github.com/Ouranosinc/xclim into fix-#…
saschahofmann 13b9561
Merge branch 'fix-#2014' of github.com:saschahofmann/xclim into fix-#…
saschahofmann 5a4a31f
Add to changelog
saschahofmann 10a4c91
Update CHANGELOG.rst
Zeitsperre 29ab543
Merge branch 'main' of https://github.com/Ouranosinc/xclim into fix-#…
saschahofmann 162bdf8
Merge branch 'fix-#2014' of github.com:saschahofmann/xclim into fix-#…
saschahofmann 4c8a468
Fix real_data test by allowing linear interp for dayofyear
saschahofmann 2aadc73
Merge branch 'main' of https://github.com/Ouranosinc/xclim into fix-#…
saschahofmann d501a98
Revert allowing linear interp with dayofyear, change test to use nearest
saschahofmann 4ff05c4
Use nearest intero in sdba-advanced EQM adjustment
saschahofmann cf45fd8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b51569c
Merge branch 'main' into fix-#2014
saschahofmann 2849533
remove warning msg for quantile interp
coxipi f518971
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a3a98ef
Merge branch 'main' into fix-#2014
saschahofmann 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 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
darn, I thought we had removed this in the end, oupsy