mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
6 lines
137 B
Python
6 lines
137 B
Python
from tests.testing_harness import TestHarness
|
|
|
|
|
|
def test_ptables_off():
|
|
harness = TestHarness('statepoint.10.h5')
|
|
harness.main()
|