We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f084d7f commit 99f4d85Copy full SHA for 99f4d85
1 file changed
test/test_volume_from_surface.py
@@ -15,7 +15,7 @@ def test_volume_from_surface():
15
verbose=False,
16
)
17
18
- tol = 2.0e-3
+ tol = 2.0e-2
19
assert abs(max(mesh.points[:, 0]) - 0.357612477657) < tol
20
assert abs(min(mesh.points[:, 0]) + 0.358747130015) < tol
21
assert abs(max(mesh.points[:, 1]) - 0.496137874959) < tol
0 commit comments