mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
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:
parent
c7fa8c05ce
commit
c1652bbdec
25 changed files with 359 additions and 675 deletions
|
|
@ -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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue