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

Removed unused imports #92

Closed RemDelaporteMathurin closed 2 years ago

RemDelaporteMathurin commented 2 years ago

I noticed some imports were not used in the code so this is just some tidy up.

codecov[bot] commented 2 years ago

Codecov Report

Merging #92 (3fb8448) into develop (aeb5f1d) will decrease coverage by 0.45%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #92      +/-   ##
===========================================
- Coverage    88.19%   87.74%   -0.46%     
===========================================
  Files            6        6              
  Lines          322      310      -12     
===========================================
- Hits           284      272      -12     
  Misses          38       38              
Impacted Files Coverage Δ
openmc_dagmc_wrapper/Materials.py 100.00% <ø> (ø)
openmc_dagmc_wrapper/utils.py 78.26% <ø> (-4.20%) :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 aeb5f1d...3fb8448. Read the comment docs.