mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-22 06:55:35 -04:00
9 lines
210 B
Python
9 lines
210 B
Python
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()
|