Skip to content

Commit d8116f8

Browse files
Parametrise CrossMeshInterpolator tests (#4556)
* Parametrise CrossMeshInterpolator tests Co-authored-by: Leo Collins <leocollins511@gmail.com>
1 parent c349b51 commit d8116f8

2 files changed

Lines changed: 87 additions & 134 deletions

File tree

scripts/firedrake-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TESTS = {
2727
3: (
2828
"tests/firedrake/regression/test_dg_advection.py::test_dg_advection_icosahedral_sphere[nprocs=3]",
2929
# vertex-only mesh
30-
"tests/firedrake/regression/test_interpolate_cross_mesh.py::test_interpolate_cross_mesh_parallel[extrudedcube]",
30+
"tests/firedrake/regression/test_interpolate_cross_mesh.py::test_interpolate_cross_mesh[extrudedcube-nprocs=3-interpolate_function-0]"
3131
),
3232
}
3333

0 commit comments

Comments
 (0)