Closed johnomotani closed 2 years ago
Merging #259 (56e6bfc) into master (c5a8eda) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #259 +/- ##
=======================================
Coverage 73.62% 73.62%
=======================================
Files 13 13
Lines 2529 2529
Branches 607 615 +8
=======================================
Hits 1862 1862
+ Misses 442 440 -2
- Partials 225 227 +2
Impacted Files | Coverage Δ | |
---|---|---|
xbout/plotting/animate.py | 45.37% <0.00%> (ø) |
|
xbout/plotting/plotfuncs.py | 48.27% <0.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Convert
str
to byte-strings before writing to file into_restart()
. Need to write char-arrays rather than 'strings' so that BOUT++ can read them.Fixes #256.