Skip to content

Commit

Permalink
All the yielded results in the cwd context
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Aug 29, 2023
1 parent c53e29c commit b223a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b223a42

Please sign in to comment.