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

unfix xarray, use nc-time-axis branch utime fix #620

Merged
merged 5 commits into from
Jun 2, 2021

Conversation

aaronspring
Copy link
Collaborator

@aaronspring aaronspring commented Jun 2, 2021

Description

make installable and tests passing from source

Closes #618 #604

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

References

SciTools/nc-time-axis#59
SciTools/nc-time-axis#58

@aaronspring aaronspring marked this pull request as ready for review June 2, 2021 13:27
@aaronspring aaronspring self-assigned this Jun 2, 2021
@aaronspring aaronspring added the bug label Jun 2, 2021
Comment on lines +820 to +821
with xr.set_options(keep_attrs=True):
bootstrapped_hind = resample_func(hind, iterations, resample_dim)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

somehow attrs were dropped here now. why not before? unclear. fixed.

@@ -25,4 +25,5 @@ dependencies:
- xskillscore>=0.0.18
- pip:
- pytest-lazy-fixture
- git+https://github.com/aulemahal/nc-time-axis.git@remove-utime
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be reverted to nc-time-axis main once merged and released

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented Jun 2, 2021

Codecov Report

Merging #620 (2b08994) into main (37917ee) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #620   +/-   ##
=======================================
  Coverage   93.00%   93.00%           
=======================================
  Files          56       56           
  Lines        5047     5048    +1     
=======================================
+ Hits         4694     4695    +1     
  Misses        353      353           
Impacted Files Coverage Δ
climpred/bootstrap.py 91.55% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37917ee...2b08994. Read the comment docs.

@aaronspring aaronspring merged commit d278ec8 into pangeo-data:main Jun 2, 2021
@aaronspring aaronspring deleted the AS_versions branch June 2, 2021 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upstream FAILED climpred/tests/test_probabilistic.py::test_HindcastEnsemble_verify_bootstrap_probabilistic
1 participant