OpenMC/tests/regression_tests/infinite_cell/test.py
2019-10-28 11:55:45 -05:00

6 lines
139 B
Python

from tests.testing_harness import TestHarness
def test_infinite_cell():
harness = TestHarness('statepoint.10.h5')
harness.main()