mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
6 lines
181 B
Python
6 lines
181 B
Python
from tests.testing_harness import ParticleRestartTestHarness
|
|
|
|
|
|
def test_particle_restart_eigval():
|
|
harness = ParticleRestartTestHarness('particle_11_254.h5')
|
|
harness.main()
|