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

changing bounding_box arg from None to required #81

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

Replaces the bounding_box=None argument for mesh tallies as discussed in issues #75 and #67

codecov[bot] commented 2 years ago

Codecov Report

Merging #81 (41c3c7b) into develop (92f40c6) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #81   +/-   ##
========================================
  Coverage    85.00%   85.00%           
========================================
  Files            6        6           
  Lines          520      520           
========================================
  Hits           442      442           
  Misses          78       78           
Impacted Files Coverage Δ
openmc_dagmc_wrapper/Tally.py 88.50% <100.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 92f40c6...41c3c7b. Read the comment docs.