mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 12:05:32 -04:00
6 lines
139 B
Python
6 lines
139 B
Python
from tests.testing_harness import TestHarness
|
|
|
|
|
|
def test_infinite_cell():
|
|
harness = TestHarness('statepoint.10.h5')
|
|
harness.main()
|