Skip to content
Closed

k #4618

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/firedrake/regression/test_locate_cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_high_order_location_quad():
assert any(c is not None for c in cells)


@pytest.mark.parallel([1, 3])
@pytest.mark.parallel(nprocs=3)
def test_high_order_location_extruded():
m = UnitSquareMesh(2, 2)
mesh = ExtrudedMesh(m, 3)
Expand Down
Loading