OpenMC/tests/regression_tests/particle_restart_fixed/test.py
2021-05-03 10:32:20 -05:00

6 lines
179 B
Python

from tests.testing_harness import ParticleRestartTestHarness
def test_particle_restart_fixed():
harness = ParticleRestartTestHarness('particle_4_241.h5')
harness.main()