Skip to content
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

sdba - Workaround for QDM with multidimensionnal arrays #567

Merged
merged 6 commits into from
Sep 30, 2020

Conversation

aulemahal
Copy link
Collaborator

Pull Request Checklist:

  • This PR addresses an already opened issue (for bug fixes / features)
  • Tests for the changes have been added (for bug fixes / features)
  • Documentation has been added / updated (for bug fixes / features)
  • HISTORY.rst has been updated (with summary of main changes)
  • bumpversion (minor / major / patch) has been called on this branch
  • Tags have been pushed (git push --tags)
  • What kind of change does this PR introduce?
    Fixes the interpolating error in QuantileDeltaMapping that occurred when hist/sim had extra dmensions (other than time) and when a linear or cubic interpolation was used. xarray issue Interpolation with multiple mutlidimensional arrays sharing dims fails pydata/xarray#4463 provided the workaround (and is open in order to make the error message more explicir).

  • Does this PR introduce a breaking change?
    No.

@aulemahal aulemahal requested a review from huard September 28, 2020 15:34
@coveralls
Copy link

coveralls commented Sep 28, 2020

Pull Request Test Coverage Report for Build 2346

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.002%) to 92.165%

Totals Coverage Status
Change from base Build 2343: 0.002%
Covered Lines: 3176
Relevant Lines: 3446

💛 - Coveralls

@aulemahal aulemahal merged commit e105290 into master Sep 30, 2020
@aulemahal aulemahal deleted the fix-qdm-interp branch September 30, 2020 18:54
@aulemahal aulemahal mentioned this pull request Jun 3, 2021
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sdba - Broadcasting with two new coordinates of differing dimensions fails
3 participants