We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f084d7f + c12f94a commit ea85b0cCopy full SHA for ea85b0c
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pygalmesh
3
-version = 0.6.5
+version = 0.6.6
4
url = https://github.com/nschloe/pygalmesh
5
author = Nico Schlömer
6
email = nico.schloemer@gmail.com
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