Skip to content

Commit

Permalink
add missing MPI decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 committed Aug 15, 2024
1 parent 8d0a5f4 commit f264821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_surrogate.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def test_dynamic(mpi_tmp_path: Path) -> None:
MPI.COMM_WORLD.barrier()


# @pytest.mark.mpi(min_size=8)
@pytest.mark.mpi(min_size=8)
@pytest.mark.filterwarnings(
"ignore::DeprecationWarning",
match="Assigning the 'data' attribute is an inherently unsafe operation and will be removed in the future.",
Expand Down

0 comments on commit f264821

Please sign in to comment.