From f467d52ce73fba5856b49066db7618358b0abe48 Mon Sep 17 00:00:00 2001 From: Sterling Harper Date: Fri, 24 Aug 2018 16:04:05 -0400 Subject: [PATCH] Make sure init is called in C-API unit test --- tests/unit_tests/test_capi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/test_capi.py b/tests/unit_tests/test_capi.py index 2c3f95b4c7..9d3bc106d2 100644 --- a/tests/unit_tests/test_capi.py +++ b/tests/unit_tests/test_capi.py @@ -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