OpenMC/tests/regression_tests/particle_restart_fixed_shared_secondary/test.py
John Tramm 0169fd9226
Shared Secondary Particle Bank (#3863)
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>
2026-05-19 23:23:10 -05:00

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()