mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
6 lines
145 B
Python
6 lines
145 B
Python
from tests.testing_harness import CMFDTestHarness
|
|
|
|
|
|
def test_cmfd_nofeed():
|
|
harness = CMFDTestHarness('statepoint.20.h5')
|
|
harness.main()
|