fusion-energy / openmc-dagmc-wrapper

A Python package that extends OpenMC base classes to provide convenience features and standardized tallies when simulating DAGMC geometry with OpenMC.
https://openmc-dagmc-wrapper.readthedocs.io/
MIT License
7 stars 2 forks source link

changed flux to neutron/photon flux #77

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

Corrected a small inconsistency by changing flux to neutron_flux or photon_flux

codecov[bot] commented 2 years ago

Codecov Report

Merging #77 (e7aebbe) into develop (7b0ee16) will decrease coverage by 0.35%. The diff coverage is 70.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #77      +/-   ##
===========================================
- Coverage    85.40%   85.05%   -0.36%     
===========================================
  Files            6        6              
  Lines          514      522       +8     
===========================================
+ Hits           439      444       +5     
- Misses          75       78       +3     
Impacted Files Coverage Δ
openmc_dagmc_wrapper/Tally.py 88.50% <70.00%> (-1.09%) :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 7b0ee16...e7aebbe. Read the comment docs.