OpenMC/tests/regression_tests/iso_in_lab/test.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
234 B
Python
Raw Permalink Normal View History

from tests.testing_harness import PyAPITestHarness
2016-03-19 15:21:38 -04:00
def test_iso_in_lab():
# Force iso-in-lab scattering.
harness = PyAPITestHarness('statepoint.10.h5')
harness._model.materials.make_isotropic_in_lab()
2016-03-19 15:21:38 -04:00
harness.main()