Your message dated Sun, 31 Oct 2021 16:54:29 +0000
with message-id <e1mhe6h-0001kz...@fasolo.debian.org>
and subject line Bug#996336: fixed in pygalmesh 0.10.5-2
has caused the Debian Bug report #996336,
regarding pygalmesh: autopkgtest regression on i386
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
996336: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996336
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pygalmesh
Version: 0.10.5-1
Severity: serious

https://ci.debian.net/data/autopkgtest/testing/i386/p/pygalmesh/15928897/log.gz

...
=================================== FAILURES ===================================
________________________________ test_rectangle ________________________________

    def test_rectangle():
        points = np.array([[0.0, 0.0], [1.0, 0.0], [1.0, 1.0], [0.0, 1.0]])
        constraints = [[0, 1], [1, 2], [2, 3], [3, 0]]
    
        mesh = pygalmesh.generate_2d(
            points, constraints, max_edge_size=1.0e-1, num_lloyd_steps=10
        )
    
>       assert mesh.points.shape == (276, 2)
E       assert (279, 2) == (276, 2)
E         At index 0 diff: 279 != 276
E         Use -v to get the full diff

tests/test_2d.py:15: AssertionError
_________________________________ test_extrude _________________________________

    def test_extrude():
        p = pygalmesh.Polygon2D([[-0.5, -0.3], [0.5, -0.3], [0.0, 0.5]])
        domain = pygalmesh.Extrude(p, [0.0, 0.3, 1.0])
        mesh = pygalmesh.generate_mesh(
            domain,
            max_cell_circumradius=0.1,
            max_edge_size_at_feature_edges=0.1,
            verbose=False,
        )
    
        tol = 1.0e-3
        assert abs(max(mesh.points[:, 0]) - 0.5) < tol
        assert abs(min(mesh.points[:, 0]) + 0.5) < tol
        assert abs(max(mesh.points[:, 1]) - 0.8) < tol
        assert abs(min(mesh.points[:, 1]) + 0.3) < tol
        # Relax tolerance for debian, see 
<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))

tests/test_volume_mesh.py:486: AssertionError
=========================== short test summary info ============================
FAILED tests/test_2d.py::test_rectangle - assert (279, 2) == (276, 2)
FAILED tests/test_volume_mesh.py::test_extrude - assert 0.0010112326126545668...
======================== 2 failed, 29 passed in 41.69s =========================
autopkgtest [21:44:46]: test command1: -----------------------]
autopkgtest [21:44:46]: test command1:  - - - - - - - - - - results - - - - - - 
- - - -
command1             FAIL non-zero exit status 1

--- End Message ---
--- Begin Message ---
Source: pygalmesh
Source-Version: 0.10.5-2
Done: Drew Parsons <dpars...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pygalmesh, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 996...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Drew Parsons <dpars...@debian.org> (supplier of updated pygalmesh package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 31 Oct 2021 17:15:26 +0100
Source: pygalmesh
Architecture: source
Version: 0.10.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Drew Parsons <dpars...@debian.org>
Closes: 996336
Changes:
 pygalmesh (0.10.5-2) unstable; urgency=medium
 .
   * debian/tests skip test_rectangle on i386
     (see https://github.com/nschloe/pygalmesh/issues/170)
   * reinstate debian patch test_relax_tolerance.patch
     for test_extrude on i386. Closes: #996336.
Checksums-Sha1:
 0887374e0f2df2768d795d353fd8106ca3621496 2224 pygalmesh_0.10.5-2.dsc
 3a55595171d89b2051b45384abff2c26d771a7da 4648 pygalmesh_0.10.5-2.debian.tar.xz
Checksums-Sha256:
 a1a848ea1f26e3a3cbac40a50d5f6c7cae5e88e7335ca452544394151f70a342 2224 
pygalmesh_0.10.5-2.dsc
 da226643d55ab4b3ac599ce659b2dda5dcca069e35d798dbb5a70f680d21cdec 4648 
pygalmesh_0.10.5-2.debian.tar.xz
Files:
 b637df9dc4c05f5c4d6ef100c83c8155 2224 python optional pygalmesh_0.10.5-2.dsc
 af18ffb1e35ba067a4f59386e9094f33 4648 python optional 
pygalmesh_0.10.5-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmF+ws4ACgkQVz7x5L1a
AfpvrRAAhG3Qn12p/rTgIbe4cvUQ4fU8QcbMLazIFiF4Gpst2b4lPDfdTLH6cUJ2
c+c0Cfp8UytffZ3Lk4SRKVGh+PBEMinQ+ByHP7b2ySC4Krn4q0f2PIM+zR7Wo54t
hzxXa0ia9NdY71ssWGgSKByTTYFSWtzFFhSJ76fXZqiOl6VTJVvyiy1l9kKIc3qU
ef/JbSi6Mq6cb4aa3cBkx5wjgjvcv2jRKgl3onlS4KOxQBDvDmrzZSdeY8Lc/p6n
j+fB3HAejLWEK3SQ9+eKSz6PrjJVP/lwA8pXbtWTcM+qQjTb6i7SeOyZ9laof0Ye
YEp7+jenP31mOYWf8RuJ/G7DFQU1LsqoPWObrF8LtbF/3316kpdxRYuGL/2r3fmg
DGGTmTt7Z5/TJN7iug2w7Z1/rlcAOBcA8wjocZaVBrwpgQdfzTeW3GWTTLHqYKFX
VL6hJwVMCIbLepjgIqrhTVR2KYeHXQXze7KqDn6SdCuZTAs860UCTRjlbKa7J82W
iR5jClx/G6Qn7+elioicoRU4NyGnyBjg+AKXLGOuhzk5BBRU3bWTWZeoY2/BmCf8
7SGZriFFra6gI2KQmwNn5LVuc2B3/Yq8Eu27q93UYHIezifeqr30BuzDxjikUxcN
n/aiN1S4N3mLpbIlGUsfFH6OCsd+0K15CHdmyX4AFMgECWQG1kM=
=r5W+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to