Skip to content

Commit

Permalink
tests: Removed unnecessary MPI mode specification
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed Oct 25, 2023
1 parent 0c7ecde commit d1753cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subdomains.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def define(self, dimensions):

@pytest.mark.parametrize('x_spec', sd_specs)
@pytest.mark.parametrize('y_spec', sd_specs)
@pytest.mark.parallel(mode=[(2, 'full'), (4, 'full'), (6, 'full')])
@pytest.mark.parallel(mode=[2, 4, 6])
def test_subdomains_mpi(self, x_spec, y_spec):

class sd0(SubDomain):
Expand Down

0 comments on commit d1753cd

Please sign in to comment.