Skip to content

Commit b06913c

Browse files
committed
Increase tolerance in test_geometry.py
1 parent 45d45f3 commit b06913c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_geometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_2D_manifold(order, num_threads):
127127
mesh = dolfinx.mesh.create_mesh(comm, cells=cells, x=curved_nodes, e=c_el)
128128

129129
tol_x = 5e-6
130-
tol_dist = 1e-7
130+
tol_dist = 2e-6
131131
theta = np.linspace(0, 4 * np.pi, 3_016)
132132
rand = np.random.RandomState(42)
133133
R = rand.rand(len(theta))

0 commit comments

Comments
 (0)