Closed johnomotani closed 3 years ago
Merging #199 (becd461) into master (8f14cb2) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #199 +/- ##
=======================================
Coverage 74.61% 74.61%
=======================================
Files 14 14
Lines 2600 2600
Branches 617 617
=======================================
Hits 1940 1940
Misses 428 428
Partials 232 232
Impacted Files | Coverage Δ | |
---|---|---|
xbout/load.py | 78.15% <ø> (ø) |
|
xbout/boutdataarray.py | 76.85% <100.00%> (ø) |
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 8f14cb2...becd461. Read the comment docs.
Need to pass
combine_attrs
arguments explicitly in a couple of places, otherwise tests fail with the most recent release ofxarray
. The new arguments require bumping the minimum supported version ofxarray
to 0.17.0, which requires bumping the minimum Python version to 3.7.