mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
7 lines
138 B
Python
7 lines
138 B
Python
|
|
from tests.testing_harness import TestHarness
|
||
|
|
|
||
|
|
|
||
|
|
def test_complex_cell():
|
||
|
|
harness = TestHarness('statepoint.10.h5')
|
||
|
|
harness.main()
|