mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Make sure init is called in C-API unit test
This commit is contained in:
parent
b941d3aaa4
commit
f467d52ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ def capi_init(pincell_model):
|
|||
|
||||
|
||||
@pytest.fixture(scope='module')
|
||||
def capi_simulation_init(pincell_model):
|
||||
def capi_simulation_init(capi_init):
|
||||
openmc.capi.simulation_init()
|
||||
yield
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue