Skip to content

Commit 4da4d3d

Browse files
committed
mpi: drop basic tests
1 parent a3f6944 commit 4da4d3d

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
@@ -814,7 +814,7 @@ def test_trivial_eq_2d(self, mode):
814814
assert np.all(f.data_ro_domain[0, :-1, -1:] == side)
815815
assert np.all(f.data_ro_domain[0, -1:, :-1] == side)
816816

817-
@pytest.mark.parallel(mode=[(8, 'basic'), (8, 'basic2'), (8, 'diag'), (8, 'overlap'),
817+
@pytest.mark.parallel(mode=[(8, 'basic2'), (8, 'diag'), (8, 'overlap'),
818818
(8, 'overlap2'), (8, 'diag2'), (8, 'full')])
819819
def test_trivial_eq_3d(self, mode):
820820
grid = Grid(shape=(8, 8, 8))
@@ -2696,8 +2696,8 @@ def run_adjoint_F(self, nd):
26962696
assert np.isclose((term1 - term2)/term1, 0., rtol=1.e-10)
26972697

26982698
@pytest.mark.parametrize('nd', [1, 2, 3])
2699-
@pytest.mark.parallel(mode=[(4, 'basic'), (4, 'basic2'), (4, 'diag'),
2700-
(4, 'overlap'), (4, 'overlap2'), (4, 'full')])
2699+
@pytest.mark.parallel(mode=[(4, 'basic2'), (4, 'diag'), (4, 'overlap'),
2700+
(4, 'overlap2'), (4, 'full')])
27012701
def test_adjoint_F(self, nd):
27022702
self.run_adjoint_F(nd)
27032703

0 commit comments

Comments
 (0)