OpenMC/tests/regression_tests/particle_restart_eigval/test.py
Ilham Variansyah ecb0a3361f
Combing for fission site sampling, and delayed neutron emission time (#2992)
Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-09-19 08:10:08 +00:00

6 lines
179 B
Python

from tests.testing_harness import ParticleRestartTestHarness
def test_particle_restart_eigval():
harness = ParticleRestartTestHarness('particle_8_60.h5')
harness.main()