OpenMC/tests/regression_tests/particle_restart_fixed/test.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
179 B
Python
Raw Permalink Normal View History

from tests.testing_harness import ParticleRestartTestHarness
2013-04-08 08:44:39 -07:00
def test_particle_restart_fixed():
2021-04-20 08:12:39 -05:00
harness = ParticleRestartTestHarness('particle_4_241.h5')
harness.main()