mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 22:45:33 -04:00
6 lines
138 B
Python
Executable file
6 lines
138 B
Python
Executable file
from tests.testing_harness import TestHarness
|
|
|
|
|
|
def test_complex_cell():
|
|
harness = TestHarness('statepoint.10.h5')
|
|
harness.main()
|