gafusion / omas

Ordered Multidimensional Array Structure
http://gafusion.github.io/omas
MIT License
30 stars 15 forks source link

Minor fixes #121

Closed TimSlendebroek closed 3 years ago

TimSlendebroek commented 3 years ago

No need to sum density (density_thermal + density_fast = density) double counting

Not all ODSses have psi in core_profiles so added that in the if statement

codecov[bot] commented 3 years ago

Codecov Report

Merging #121 into master will increase coverage by 0.22%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
+ Coverage   79.61%   79.84%   +0.22%     
==========================================
  Files          46       46              
  Lines        8789     8790       +1     
==========================================
+ Hits         6997     7018      +21     
+ Misses       1792     1772      -20     
Impacted Files Coverage Δ
omas/omas_plot.py 78.66% <100.00%> (-0.06%) :arrow_down:
omas/omas_physics.py 74.11% <0.00%> (+2.24%) :arrow_up:

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 f1b613a...9a00959. Read the comment docs.