Closed johnomotani closed 3 years ago
Merging #175 (d885b0b) into master (f51a406) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## master #175 +/- ##
=======================================
Coverage 75.01% 75.01%
=======================================
Files 12 12
Lines 2065 2065
Branches 475 475
=======================================
Hits 1549 1549
Misses 347 347
Partials 169 169
Impacted Files | Coverage Δ | |
---|---|---|
xbout/boutdataset.py | 75.07% <0.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 f51a406...d885b0b. Read the comment docs.
BoutOptionsFile provides a
__str()__
method with decent formatting, which also breaksprettyformat
, so remove the call tostyled()
aroundself.options
inBoutDataset.__str__()
.