Skip to content

Commit 8954af9

Browse files
committed
mpi: drop basic tests
1 parent 0e5c2b7 commit 8954af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_mpi.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ def test_trivial_eq_2d(self, mode):
799799
assert np.all(f.data_ro_domain[0, :-1, -1:] == side)
800800
assert np.all(f.data_ro_domain[0, -1:, :-1] == side)
801801

802-
@pytest.mark.parallel(mode=[(8, 'basic'), (8, 'basic2'), (8, 'diag'), (8, 'overlap'),
802+
@pytest.mark.parallel(mode=[(8, 'basic2'), (8, 'diag'), (8, 'overlap'),
803803
(8, 'overlap2'), (8, 'diag2'), (8, 'full')])
804804
def test_trivial_eq_3d(self, mode):
805805
grid = Grid(shape=(8, 8, 8))
@@ -2656,8 +2656,8 @@ def run_adjoint_F(self, nd):
26562656
assert np.isclose((term1 - term2)/term1, 0., rtol=1.e-10)
26572657

26582658
@pytest.mark.parametrize('nd', [1, 2, 3])
2659-
@pytest.mark.parallel(mode=[(4, 'basic'), (4, 'basic2'), (4, 'diag'),
2660-
(4, 'overlap'), (4, 'overlap2'), (4, 'full')])
2659+
@pytest.mark.parallel(mode=[(4, 'basic2'), (4, 'diag'), (4, 'overlap'),
2660+
(4, 'overlap2'), (4, 'full')])
26612661
def test_adjoint_F(self, nd):
26622662
self.run_adjoint_F(nd)
26632663

0 commit comments

Comments
 (0)