Skip to content

Commit 7013216

Browse files
committed
mpi: drop basic tests
1 parent 35e38de commit 7013216

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
@@ -803,7 +803,7 @@ def test_trivial_eq_2d(self, mode):
803803
assert np.all(f.data_ro_domain[0, :-1, -1:] == side)
804804
assert np.all(f.data_ro_domain[0, -1:, :-1] == side)
805805

806-
@pytest.mark.parallel(mode=[(8, 'basic'), (8, 'basic2'), (8, 'diag'), (8, 'overlap'),
806+
@pytest.mark.parallel(mode=[(8, 'basic2'), (8, 'diag'), (8, 'overlap'),
807807
(8, 'overlap2'), (8, 'diag2'), (8, 'full')])
808808
def test_trivial_eq_3d(self, mode):
809809
grid = Grid(shape=(8, 8, 8))
@@ -2660,8 +2660,8 @@ def run_adjoint_F(self, nd):
26602660
assert np.isclose((term1 - term2)/term1, 0., rtol=1.e-10)
26612661

26622662
@pytest.mark.parametrize('nd', [1, 2, 3])
2663-
@pytest.mark.parallel(mode=[(4, 'basic'), (4, 'basic2'), (4, 'diag'),
2664-
(4, 'overlap'), (4, 'overlap2'), (4, 'full')])
2663+
@pytest.mark.parallel(mode=[(4, 'basic2'), (4, 'diag'), (4, 'overlap'),
2664+
(4, 'overlap2'), (4, 'full')])
26652665
def test_adjoint_F(self, nd):
26662666
self.run_adjoint_F(nd)
26672667

0 commit comments

Comments
 (0)