Your message dated Sat, 05 Oct 2019 07:04:08 +0000
with message-id <[email protected]>
and subject line Bug#941585: fixed in python-meshio 3.1.6-1
has caused the Debian Bug report #941585,
regarding python-meshio: FTBFS / autopkgtest failure 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 [email protected]
immediately.)


-- 
941585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941585
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-meshio
Version: 3.1.1-1
Tags: ftbfs
User: [email protected]
Usertags: issue

Hi Maintainer

Since the upload of python-meshio 3.1.1-1, autopkgtests have been failing on i386 in Ubuntu with the errors below.
This also appears as a FTBFS on Debian's reproducible builds [1].

Could this test be made more tolerant?

Regards
Graham


[1] https://tests.reproducible-builds.org/debian/history/i386/python-meshio.html



___________ test_reference_file[False-rbc_001.vtk-0.00031280518-996] ___________

filename = '/build/1st/python-meshio-3.1.5/.pybuild/cpython3_3.7_meshio/build/test/meshes/vtk/rbc_001.vtk'
ref_sum = 0.00031280518, ref_num_cells = 996, write_binary = False

    @pytest.mark.parametrize(
"filename, ref_sum, ref_num_cells", [("rbc_001.vtk", 0.00031280518, 996)]
    )
    @pytest.mark.parametrize("write_binary", [False, True])
def test_reference_file(filename, ref_sum, ref_num_cells, write_binary):
        this_dir = os.path.dirname(os.path.abspath(__file__))
        filename = os.path.join(this_dir, "meshes", "vtk", filename)

        mesh = meshio.read(filename)
        tol = 1.0e-2
        s = numpy.sum(mesh.points)
>       assert abs(s - ref_sum) < tol * ref_sum
E       assert 7.111583398513818e-06 < (0.01 * 0.00031280518)
E + where 7.111583398513818e-06 = abs((0.0003056936 - 0.00031280518))

test/test_vtk.py:59: AssertionError
___________ test_reference_file[True-rbc_001.vtk-0.00031280518-996] ____________

filename = '/build/1st/python-meshio-3.1.5/.pybuild/cpython3_3.7_meshio/build/test/meshes/vtk/rbc_001.vtk'
ref_sum = 0.00031280518, ref_num_cells = 996, write_binary = True

    @pytest.mark.parametrize(
"filename, ref_sum, ref_num_cells", [("rbc_001.vtk", 0.00031280518, 996)]
    )
    @pytest.mark.parametrize("write_binary", [False, True])
def test_reference_file(filename, ref_sum, ref_num_cells, write_binary):
        this_dir = os.path.dirname(os.path.abspath(__file__))
        filename = os.path.join(this_dir, "meshes", "vtk", filename)

        mesh = meshio.read(filename)
        tol = 1.0e-2
        s = numpy.sum(mesh.points)
>       assert abs(s - ref_sum) < tol * ref_sum
E       assert 7.111583398513818e-06 < (0.01 * 0.00031280518)
E + where 7.111583398513818e-06 = abs((0.0003056936 - 0.00031280518))

test/test_vtk.py:59: AssertionError

--- End Message ---
--- Begin Message ---
Source: python-meshio
Source-Version: 3.1.6-1

We believe that the bug you reported is fixed in the latest version of
python-meshio, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Drew Parsons <[email protected]> (supplier of updated python-meshio 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 [email protected])


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

Format: 1.8
Date: Sat, 05 Oct 2019 14:32:47 +0800
Source: python-meshio
Architecture: source
Version: 3.1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Drew Parsons <[email protected]>
Closes: 941585
Changes:
 python-meshio (3.1.6-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * Standards-Version: 4.4.1
   * debian patch 32bit_relax_test_tolerance.patch relaxes tolerance in
     test_vtk.py::test_reference_file for 32 bit installations to enable
     tests to pass on i386. Closes: #941585.
Checksums-Sha1:
 75a0e321e39cc0ae6e73defaf7de172e5790dc3b 2448 python-meshio_3.1.6-1.dsc
 0c05b8714cd9c084f5013644c3a407908f6917c3 131256 python-meshio_3.1.6.orig.tar.xz
 88bc0e04dd8d6cfad38900795b0e9449748aa656 4524 
python-meshio_3.1.6-1.debian.tar.xz
Checksums-Sha256:
 703268b6e104bc836368ddbcfa4fd7c47244835d985d6f92940c5c5a1caca991 2448 
python-meshio_3.1.6-1.dsc
 02477347132d54624cd7361187e957fff88906ad9b40dacd3ace2df913512f15 131256 
python-meshio_3.1.6.orig.tar.xz
 763e45168237e0d3e7d1093548f4017ca7b50f1a1fc0888e0292c142a3280ce1 4524 
python-meshio_3.1.6-1.debian.tar.xz
Files:
 30b0b283e0323646b186c4a22638e26f 2448 python optional python-meshio_3.1.6-1.dsc
 1ed499fcb58d0b38bafe3f33617cb32f 131256 python optional 
python-meshio_3.1.6.orig.tar.xz
 86dd0340042c107582bb2045234c9ed8 4524 python optional 
python-meshio_3.1.6-1.debian.tar.xz

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

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAl2YPEkACgkQVz7x5L1a
Afog0hAAiIGHVoMQoaYB4ewSBAulJf0vLZnv+WGau/esSMIObgs4bXiQtdd4Twad
cBYfglPSP3DAaWjfDV3Pt8DJbyDOO9bpQsx8Q5TCrnUl0ylvhn7cNvsEg0Sj4m+l
rrnFjPEiwVybu21H2maPbbPMfXut9dPS1kArLwAyuKZ9u0dBQXSiaDENiy+hGf1+
u1Pk6cUWfX2vHQsCLGxxsH4zhbrrRLSPs/Y7BVthY39qoUWCwGaIdPrKIqETKwjD
bWufbP5C7wb40wm5fP3KTOP5rd+lXCD9Zs2coTmtB7PoNfBJlz+3OfbsGfNRNDt3
A4vMFUvZKFnA8hboSX4hCQREjxSdUogeFO/J/q31IR7mvFpPTDnjI5boUvsCbzn1
+b5g7s+bRKc/6pfjJT1TeqnfaNRmIInxp9YbHuZXhRWa3U7yM1AgZ97xrg/D+sGd
v7KsgUi07xXrPmKpca898dUfs9zRHzFxFb/1UJhbyUIokbVQCYPyxS8wRuA385Gy
STfruPIlDPWk+N5UjwaYtCbcodhxnPP62xj8DbhF3fyMQt70kflwnOctwd3mNP9X
VqRUiLnpyS0UCUpwJnUFuVbZgw4UqGVaE6RosKUwYawJDLScyj7biUMQ/Q9m9OD1
Tsqh7DCZu5DbF2jFL+NyjFgGUONwiPeUGUm/bcEZmo8hO9Yl1MU=
=fAlj
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to