Closed johnomotani closed 3 years ago
Merging #223 (80f6cd2) into master (1bc4d31) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #223 +/- ##
=======================================
Coverage 75.68% 75.68%
=======================================
Files 15 15
Lines 2682 2682
Branches 631 631
=======================================
Hits 2030 2030
Misses 420 420
Partials 232 232
Impacted Files | Coverage Δ | |
---|---|---|
xbout/geometries.py | 71.16% <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 1bc4d31...80f6cd2. Read the comment docs.
For output files created with
next
after it changed to pre-release of BOUT++ v5 but beforedz
was changed to aField2D
, creating the z-coordinate would previously fail (due to trying to index a scalar). Need to check for this case explicitly in the condition for applyingbout_v5
behaviour.Fixes https://github.com/boutproject/xBOUT-examples/issues/13.