mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
9 lines
226 B
Python
9 lines
226 B
Python
from openmc.examples import slab_mg
|
|
|
|
from tests.testing_harness import PyAPITestHarness
|
|
|
|
|
|
def test_mg_nuclide():
|
|
model = slab_mg(as_macro=False)
|
|
harness = PyAPITestHarness('statepoint.10.h5', model)
|
|
harness.main()
|