mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Co-authored-by: John Tramm <jtramm@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Paul Romano <paul.k.romano@gmail.com> Co-authored-by: Copilot <copilot@github.com>
6 lines
197 B
Python
6 lines
197 B
Python
from tests.testing_harness import ParticleRestartTestHarness
|
|
|
|
|
|
def test_particle_restart_fixed_shared_secondary():
|
|
harness = ParticleRestartTestHarness('particle_4_3241.h5')
|
|
harness.main()
|