From f264821301e17c1d9c91c809e4c9933a7eed4c13 Mon Sep 17 00:00:00 2001 From: Marie Weiel Date: Thu, 15 Aug 2024 12:38:34 +0200 Subject: [PATCH] add missing MPI decorator --- tests/test_surrogate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_surrogate.py b/tests/test_surrogate.py index 48f8b2f..80bc057 100644 --- a/tests/test_surrogate.py +++ b/tests/test_surrogate.py @@ -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.",