mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
7 lines
136 B
Python
7 lines
136 B
Python
|
|
from tests.testing_harness import TestHarness
|
||
|
|
|
||
|
|
|
||
|
|
def test_albedo_box():
|
||
|
|
harness = TestHarness('statepoint.10.h5')
|
||
|
|
harness.main()
|