mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
8 lines
234 B
Python
8 lines
234 B
Python
from tests.testing_harness import PyAPITestHarness
|
|
|
|
|
|
def test_iso_in_lab():
|
|
# Force iso-in-lab scattering.
|
|
harness = PyAPITestHarness('statepoint.10.h5')
|
|
harness._model.materials.make_isotropic_in_lab()
|
|
harness.main()
|