Replacing old slab_mg example model with new one that uses a library that follows the library standard. Also had to update tests accordingly.

This commit is contained in:
Adam G Nelson 2018-09-03 06:48:02 -04:00
parent c7fa8c05ce
commit c1652bbdec
25 changed files with 359 additions and 675 deletions

View file

@ -1,9 +0,0 @@
from openmc.examples import slab_mg
from tests.testing_harness import PyAPITestHarness
def test_mg_basic():
model = slab_mg()
harness = PyAPITestHarness('statepoint.10.h5', model)
harness.main()