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

Only try to rename "t" if it is present #182

Closed johnomotani closed 3 years ago

johnomotani commented 3 years ago

Useful for opening e.g. grid files that have no time dependence.

codecov-io commented 3 years ago

Codecov Report

Merging #182 (92e76ae) into master (f213223) will decrease coverage by 0.03%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
- Coverage   75.01%   74.97%   -0.04%     
==========================================
  Files          12       12              
  Lines        2065     2066       +1     
  Branches      475      476       +1     
==========================================
  Hits         1549     1549              
  Misses        347      347              
- Partials      169      170       +1     
Impacted Files Coverage Δ
xbout/geometries.py 78.47% <50.00%> (-0.55%) :arrow_down:

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 f213223...92e76ae. Read the comment docs.