mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-22 06:55:35 -04:00
6 lines
148 B
Python
6 lines
148 B
Python
from tests.testing_harness import TestHarness
|
|
|
|
|
|
def test_trigger_batch_interval():
|
|
harness = TestHarness('statepoint.15.h5')
|
|
harness.main()
|