Skip to content

Commit

Permalink
tests: Update tests after rebase on #2347
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Apr 9, 2024
1 parent 8954af9 commit c266e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ def test_nontrivial_operator(self, mode):
assert np.all(u.data_ro_domain[1] == 3)

@pytest.mark.parallel(mode=[(4, 'basic'), (4, 'basic2'), (4, 'overlap'), (4, 'full')])
def test_coupled_eqs_mixed_dims(self):
def test_coupled_eqs_mixed_dims(self, mode):
"""
Test an Operator that computes coupled equations over partly disjoint sets
of Dimensions (e.g., one Eq over [x, y, z], the other Eq over [x, yi, zi]).
Expand Down Expand Up @@ -2658,7 +2658,7 @@ def run_adjoint_F(self, nd):
@pytest.mark.parametrize('nd', [1, 2, 3])
@pytest.mark.parallel(mode=[(4, 'basic2'), (4, 'diag'), (4, 'overlap'),
(4, 'overlap2'), (4, 'full')])
def test_adjoint_F(self, nd):
def test_adjoint_F(self, nd, mode):
self.run_adjoint_F(nd)

@pytest.mark.parallel(mode=[(8, 'diag2'), (8, 'full')])
Expand Down

0 comments on commit c266e14

Please sign in to comment.