We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3750445 commit b10b2c2Copy full SHA for b10b2c2
tests/firedrake/regression/test_locate_cell.py
@@ -163,7 +163,7 @@ def test_high_order_location_quad():
163
assert any(c is not None for c in cells)
164
165
166
-@pytest.mark.parallel([1, 3])
+@pytest.mark.parallel(nprocs=3)
167
def test_high_order_location_extruded():
168
m = UnitSquareMesh(2, 2)
169
mesh = ExtrudedMesh(m, 3)
0 commit comments