mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
6 lines
131 B
Python
6 lines
131 B
Python
from tests.testing_harness import TestHarness
|
|
|
|
|
|
def test_trace():
|
|
harness = TestHarness('statepoint.10.h5')
|
|
harness.main()
|