hainegroup / oceanspy

A Python package to facilitate ocean model data analysis and visualization.
https://oceanspy.readthedocs.io
MIT License
98 stars 32 forks source link

Binder environment correct #304

Closed Mikejmnez closed 1 year ago

Mikejmnez commented 1 year ago

Minimal changes to #303 -

For some reason the Binder environment got build with an older version of xesmf (0.6.3), which yields an error like that described in #291 . This PR fixes that by explicitly requiring a newer version than that (not just on the binder).

codecov[bot] commented 1 year ago

Codecov Report

Merging #304 (bfb8692) into main (da85306) will decrease coverage by 0.05%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #304      +/-   ##
==========================================
- Coverage   95.74%   95.69%   -0.06%     
==========================================
  Files           9        9              
  Lines        3928     3927       -1     
  Branches      850      843       -7     
==========================================
- Hits         3761     3758       -3     
  Misses         97       97              
- Partials       70       72       +2     
Flag Coverage Δ
unittests 95.69% <ø> (-0.06%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
oceanspy/compute.py 98.62% <0.00%> (-0.19%) :arrow_down:
oceanspy/subsample.py 98.04% <0.00%> (-0.01%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more