We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a43c1 commit e496939Copy full SHA for e496939
1 file changed
tests/unit_tests/dagmc/test_convert_to_multigroup.py
@@ -15,7 +15,8 @@
15
def test_convert_to_multigroup_without_particles_batches(run_in_tmpdir):
16
"""Test that convert_to_multigroup works with DAGMC model without
17
setting particles/batches beforehand."""
18
-
+ openmc.reset_auto_ids()
19
+
20
mat = openmc.Material(name="mat")
21
mat.add_nuclide("Fe56", 1.0)
22
mat.set_density("g/cm3", 7.0)
0 commit comments