Skip to content

Commit ea85b0c

Browse files
authored
Merge pull request #90 from nschloe/relax-tols
Relax tols
2 parents f084d7f + c12f94a commit ea85b0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pygalmesh
3-
version = 0.6.5
3+
version = 0.6.6
44
url = https://github.com/nschloe/pygalmesh
55
author = Nico Schlömer
66
email = nico.schloemer@gmail.com

test/test_volume_from_surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_volume_from_surface():
1515
verbose=False,
1616
)
1717

18-
tol = 2.0e-3
18+
tol = 2.0e-2
1919
assert abs(max(mesh.points[:, 0]) - 0.357612477657) < tol
2020
assert abs(min(mesh.points[:, 0]) + 0.358747130015) < tol
2121
assert abs(max(mesh.points[:, 1]) - 0.496137874959) < tol

0 commit comments

Comments
 (0)