mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
6 lines
179 B
Python
6 lines
179 B
Python
from tests.testing_harness import ParticleRestartTestHarness
|
|
|
|
|
|
def test_particle_restart_eigval():
|
|
harness = ParticleRestartTestHarness('particle_8_60.h5')
|
|
harness.main()
|