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 9152b9d commit 1d359c9Copy full SHA for 1d359c9
tests/firedrake/regression/test_interpolate_cross_mesh.py
@@ -107,7 +107,7 @@ def parameters(request):
107
m_dest = CircleManifoldMesh(1000, degree=2) # note degree!
108
# Function.at often gets conflicting answers across boundaries for this
109
# mesh, so we lower the tolerance a bit for this test
110
- m_dest.tolerance = 0.1
+ m_dest.tolerance = 0.01
111
coords = np.array(
112
[
113
[0, 1],
0 commit comments