Skip to content

Commit 88965bc

Browse files
committed
tests: Update tests after rebase on #2347
1 parent 6875ce2 commit 88965bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_mpi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ def test_nontrivial_operator(self, mode):
21162116
assert np.all(u.data_ro_domain[1] == 3)
21172117

21182118
@pytest.mark.parallel(mode=[(4, 'basic'), (4, 'basic2'), (4, 'overlap'), (4, 'full')])
2119-
def test_coupled_eqs_mixed_dims(self):
2119+
def test_coupled_eqs_mixed_dims(self, mode):
21202120
"""
21212121
Test an Operator that computes coupled equations over partly disjoint sets
21222122
of Dimensions (e.g., one Eq over [x, y, z], the other Eq over [x, yi, zi]).
@@ -2731,7 +2731,7 @@ def run_adjoint_F(self, nd):
27312731
@pytest.mark.parametrize('nd', [1, 2, 3])
27322732
@pytest.mark.parallel(mode=[(4, 'basic2'), (4, 'diag'), (4, 'overlap'),
27332733
(4, 'overlap2'), (4, 'full')])
2734-
def test_adjoint_F(self, nd):
2734+
def test_adjoint_F(self, nd, mode):
27352735
self.run_adjoint_F(nd)
27362736

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

0 commit comments

Comments
 (0)