Not entirely unexpected. Upstream reorganized tests and tolerances, so
I wanted to check if we had a full pass or not.
Looks like we'll have to reinstate test_relax_tolerance.patch
On 2021-10-13 12:03, Adrian Bunk wrote:
Source: pygalmesh
Version: 0.10.5-1
Severity: serious
https://ci.debian.net/data/autopkgtest/testing/i386/p/pygalmesh/15928897/log.gz
...
<https://github.com/nschloe/pygalmesh/pull/47>
assert abs(max(mesh.points[:, 2]) - 1.0) < 1.1e-3
assert abs(min(mesh.points[:, 2]) + 0.0) < tol
E assert 0.0010112326126545668 < 0.001
E + where 0.0010112326126545668 = abs((-0.0010112326 + 0.0))
E + where -0.0010112326 = min(array([ 0.00000000e+00,
1.00000000e+00, 0.00000000e+00, 1.00000000e+00,\n
0.00000000e+00, 1.00000000e+00, 0...-01,\n 4.62765425e-01,
8.98388922e-02, 3.73478711e-01, 4.52255577e-01,\n
9.99695361e-01], dtype=float32))