Closed johnomotani closed 4 years ago
Merging #135 into master will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #135 +/- ##
==========================================
+ Coverage 77.43% 77.44% +0.01%
==========================================
Files 14 14
Lines 1826 1827 +1
Branches 393 393
==========================================
+ Hits 1414 1415 +1
Misses 277 277
Partials 135 135
Impacted Files | Coverage Δ | |
---|---|---|
xbout/boutdataset.py | 75.28% <100.00%> (+0.09%) |
:arrow_up: |
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 c5058ba...5c99138. Read the comment docs.
Use
metadata["bout_tdim"]
instead of hard-coded"t"
in_get_major_vars()
to support user-changed dimension names.