mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
6 lines
179 B
Python
6 lines
179 B
Python
from tests.testing_harness import ParticleRestartTestHarness
|
|
|
|
|
|
def test_particle_restart_fixed():
|
|
harness = ParticleRestartTestHarness('particle_4_241.h5')
|
|
harness.main()
|