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

added 2d mesh tally test #69

Closed shimwell closed 2 years ago

shimwell commented 2 years ago

Splits up the test_mesh_tallies.py test into test_mesh_tallies_2d and test_mesh_tallies_3d.

Also adds a test to the test_mesh_tallies_2d that checks the png files are produced at the end of the simulation

RemDelaporteMathurin commented 2 years ago

@Shimwell it seems like Codecov is not processing any repo on the org despite reports being uploaded....

codecov[bot] commented 2 years ago

Codecov Report

Merging #69 (8a1f846) into develop (6e07da4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #69   +/-   ##
========================================
  Coverage    85.40%   85.40%           
========================================
  Files            6        6           
  Lines          514      514           
========================================
  Hits           439      439           
  Misses          75       75           

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 6e07da4...8a1f846. Read the comment docs.

shimwell commented 2 years ago

I wonder if the codecoverage thing is due to the world wide certificate issue that is currently happening. This PR doesn't change the codecoverage so I shall merge and we can fix that in another PR