OpenMC/tests/regression_tests/albedo_box/test.py
Yuvraj Jain 693314d097
Leaky and Albedo Boundary Conditions Implementation (#2724)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-10-30 16:51:31 -04:00

6 lines
136 B
Python
Executable file

from tests.testing_harness import TestHarness
def test_albedo_box():
harness = TestHarness('statepoint.10.h5')
harness.main()