Skip to content

Commit

Permalink
Make the ensemble a module level fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Aug 17, 2024
1 parent df6b6ef commit b7630bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/test_ensembleparallelism.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def unique_function(mesh, rank, W):
return u


@pytest.fixture
@pytest.fixture(scope="module")
def ensemble():
if COMM_WORLD.size == 1:
return
Expand Down

0 comments on commit b7630bf

Please sign in to comment.