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

Allow bounding box from geomentry.corners() #96

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

As described in PR #95

Note to self, trigger a minor release after merge

Also merge in this related PR after release https://github.com/fusion-energy/fusion_neutronics_workflow/pull/19

codecov[bot] commented 2 years ago

Codecov Report

Merging #96 (6880902) into main (3d0f7b8) will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
+ Coverage   87.74%   87.89%   +0.15%     
==========================================
  Files           6        6              
  Lines         310      314       +4     
==========================================
+ Hits          272      276       +4     
  Misses         38       38              
Impacted Files Coverage Δ
openmc_dagmc_wrapper/Geometry.py 80.00% <100.00%> (+2.22%) :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 3d0f7b8...6880902. Read the comment docs.

shimwell commented 2 years ago

:tada: