Skip to content

Commit d9072ad

Browse files
committed
add comment to test
1 parent 5b07a15 commit d9072ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_volume_mesh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ def test_extrude():
442442
assert abs(min(mesh.points[:, 0]) + 0.5) < tol
443443
assert abs(max(mesh.points[:, 1]) - 0.8) < tol
444444
assert abs(min(mesh.points[:, 1]) + 0.3) < tol
445+
# Relax tolerance for debian, see <https://github.com/nschloe/pygalmesh/pull/47>
445446
assert abs(max(mesh.points[:, 2]) - 1.0) < 1.1e-3
446447
assert abs(min(mesh.points[:, 2]) + 0.0) < tol
447448

0 commit comments

Comments
 (0)