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