diff --git a/tests/conftest.py b/tests/conftest.py index af22c9c4..55adace2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -35,8 +35,8 @@ def amrex_init(tmpdir): # "abort_on_out_of_gpu_memory=1", ] ) - yield - amr.finalize() + yield + amr.finalize() @pytest.fixture(scope="function")