mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Make sure track file unit test uses reproducible cell/material IDs
This commit is contained in:
parent
fb5597a88f
commit
c73a4d2e15
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue