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

6 lines
179 B
Python

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