mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add openmc.reset_auto_ids() to reset ID numbers
This commit is contained in:
parent
797a91e683
commit
c689203874
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ from tests.testing_harness import PyAPITestHarness
|
|||
|
||||
@pytest.fixture
|
||||
def model(request):
|
||||
openmc.reset_auto_ids()
|
||||
marker = request.node.get_closest_marker("surf_source_op")
|
||||
surf_source_op = marker.args[0]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue