Make sure track file unit test uses reproducible cell/material IDs

This commit is contained in:
Paul Romano 2022-05-20 13:01:09 -05:00
parent fb5597a88f
commit c73a4d2e15

View file

@ -9,6 +9,7 @@ from tests.testing_harness import config
@pytest.fixture
def sphere_model():
openmc.reset_auto_ids()
mat = openmc.Material()
mat.add_nuclide('Zr90', 1.0)
mat.set_density('g/cm3', 1.0)