Skip to content

Commit 3ac5fef

Browse files
committed
tests: Update tests after rebase on #2347
1 parent 4da4d3d commit 3ac5fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_mpi.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ def test_nontrivial_operator(self, mode):
20822082
assert np.all(u.data_ro_domain[1] == 3)
20832083

20842084
@pytest.mark.parallel(mode=[(4, 'basic'), (4, 'basic2'), (4, 'overlap'), (4, 'full')])
2085-
def test_coupled_eqs_mixed_dims(self):
2085+
def test_coupled_eqs_mixed_dims(self, mode):
20862086
"""
20872087
Test an Operator that computes coupled equations over partly disjoint sets
20882088
of Dimensions (e.g., one Eq over [x, y, z], the other Eq over [x, yi, zi]).
@@ -2698,7 +2698,7 @@ def run_adjoint_F(self, nd):
26982698
@pytest.mark.parametrize('nd', [1, 2, 3])
26992699
@pytest.mark.parallel(mode=[(4, 'basic2'), (4, 'diag'), (4, 'overlap'),
27002700
(4, 'overlap2'), (4, 'full')])
2701-
def test_adjoint_F(self, nd):
2701+
def test_adjoint_F(self, nd, mode):
27022702
self.run_adjoint_F(nd)
27032703

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

0 commit comments

Comments
 (0)