Skip to content

Commit 1d359c9

Browse files
committed
lower tolerance
1 parent 9152b9d commit 1d359c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/firedrake/regression/test_interpolate_cross_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def parameters(request):
107107
m_dest = CircleManifoldMesh(1000, degree=2) # note degree!
108108
# Function.at often gets conflicting answers across boundaries for this
109109
# mesh, so we lower the tolerance a bit for this test
110-
m_dest.tolerance = 0.1
110+
m_dest.tolerance = 0.01
111111
coords = np.array(
112112
[
113113
[0, 1],

0 commit comments

Comments
 (0)