boutproject / xBOUT

Collects BOUT++ data from parallelized simulations into xarray.
https://xbout.readthedocs.io/en/latest/
Apache License 2.0
22 stars 10 forks source link

Fix formatting of Options in BoutDataset.__str__() #175

Closed johnomotani closed 3 years ago

johnomotani commented 3 years ago

BoutOptionsFile provides a __str()__ method with decent formatting, which also breaks prettyformat, so remove the call to styled() around self.options in BoutDataset.__str__().

codecov-io commented 3 years ago

Codecov Report

Merging #175 (d885b0b) into master (f51a406) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           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.