Skip to content

Commit

Permalink
fixed missing mpi decorator in surrogate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Taubert committed Apr 19, 2024
1 parent d04ba77 commit 2da76bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_surrogate.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def test_mnist_static(mpi_tmp_path):
)


@pytest.mark.mpi(min_size=4)
def test_mnist_dynamic(mpi_tmp_path):
"""Test static surrogate using a torch convolutional network on the MNIST dataset."""
num_generations = 3 # Number of generations
Expand Down

0 comments on commit 2da76bc

Please sign in to comment.