We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b07a15 + d9072ad commit 868b404Copy full SHA for 868b404
1 file changed
test/test_volume_mesh.py
@@ -442,6 +442,7 @@ def test_extrude():
442
assert abs(min(mesh.points[:, 0]) + 0.5) < tol
443
assert abs(max(mesh.points[:, 1]) - 0.8) < tol
444
assert abs(min(mesh.points[:, 1]) + 0.3) < tol
445
+ # Relax tolerance for debian, see <https://github.com/nschloe/pygalmesh/pull/47>
446
assert abs(max(mesh.points[:, 2]) - 1.0) < 1.1e-3
447
assert abs(min(mesh.points[:, 2]) + 0.0) < tol
448
0 commit comments