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 8, 2024
1 parent d01486e commit 9764b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mpi.py
Original file line number Diff line number Diff line change
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, mode, nd):
self.run_adjoint_F(nd)

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

0 comments on commit 9764b0c

Please sign in to comment.