Skip to content

Commit b10b2c2

Browse files
committed
k
1 parent 3750445 commit b10b2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/firedrake/regression/test_locate_cell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_high_order_location_quad():
163163
assert any(c is not None for c in cells)
164164

165165

166-
@pytest.mark.parallel([1, 3])
166+
@pytest.mark.parallel(nprocs=3)
167167
def test_high_order_location_extruded():
168168
m = UnitSquareMesh(2, 2)
169169
mesh = ExtrudedMesh(m, 3)

0 commit comments

Comments
 (0)