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