Your message dated Fri, 07 Dec 2018 21:04:49 +0000 with message-id <e1gvnin-000fiy...@fasolo.debian.org> and subject line Bug#913757: fixed in healpy 1.12.4-4 has caused the Debian Bug report #913757, regarding python-numpy breaks healpy autopkgtest 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.) -- 913757: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913757 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: python-numpy, healpy Control: found -1 python-numpy/1:1.15.4-1 Control: found -1 healpy/1.12.4-3 X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: breaks needs-update Dear maintainers, With a recent upload of python-numpy the autopkgtest of healpy fails in testing when that autopkgtest is run with the binary packages of python-numpy from unstable. It passes when run with only packages from testing. In tabular form: pass fail python-numpy from testing 1:1.15.4-1 healpy from testing 1.12.4-3 all others from testing from testing I copied some of the output at the bottom of this report. It seems the output just dropped insignificant zeros in the output. To be honest, it seems healpy just needs to update its reference data. Currently this regression is contributing to the delay of the migration of python-numpy to testing [1] (it's own test suite fails as well). Due to the nature of this issue, I filed this bug report against both packages. Can you please investigate the situation and reassign the bug to the right package? If needed, please change the bug's severity. More information about this bug and the reason for filing it can be found on https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation Paul [1] https://qa.debian.org/excuses.php?package=python-numpy https://ci.debian.net/data/autopkgtest/testing/amd64/h/healpy/1313059/log.gz autopkgtest [04:33:53]: test python-healpy: [----------------------- ============================= test session starts ============================== platform linux2 -- Python 2.7.15+, pytest-3.6.4, py-1.7.0, pluggy-0.8.0 rootdir: /tmp/autopkgtest-lxc.41zg42w3/downtmp/autopkgtest_tmp, inifile: plugins: cython-0.1.0 collected 128 items healpy/pixelfunc.py ........................F.... [ 22%] healpy/rotator.py ... [ 25%] healpy/test/test_fitsfunc.py ............................... [ 49%] healpy/test/test_pixelfunc.py .................. [ 63%] healpy/test/test_query_disc.py ........ [ 69%] healpy/test/test_rotator.py ... [ 71%] healpy/test/test_sphtfunc.py ................. [ 85%] healpy/test/test_spinfunc.py ..... [ 89%] healpy/test/test_visufunc.py .............. [100%] =================================== FAILURES =================================== ______________________ [doctest] healpy.pixelfunc.reorder ______________________ 332 Examples 333 -------- 334 >>> import healpy as hp 335 >>> hp.reorder(np.arange(48), r2n = True) 336 array([13, 5, 4, 0, 15, 7, 6, 1, 17, 9, 8, 2, 19, 11, 10, 3, 28, 337 20, 27, 12, 30, 22, 21, 14, 32, 24, 23, 16, 34, 26, 25, 18, 44, 37, 338 36, 29, 45, 39, 38, 31, 46, 41, 40, 33, 47, 43, 42, 35]) 339 >>> hp.reorder(np.arange(12), n2r = True) 340 array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]) 341 >>> print(hp.reorder(hp.ma(np.arange(12.)), n2r = True)) Expected: [0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0 11.0] Got: [ 0. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11.] /usr/lib/python2.7/dist-packages/healpy/pixelfunc.py:341: DocTestFailure ==================== 1 failed, 127 passed in 14.83 seconds ===================== autopkgtest [04:34:08]: test python-healpy: -----------------------] autopkgtest [04:34:11]: test python3-healpy: [----------------------- ============================= test session starts ============================== platform linux -- Python 3.6.7, pytest-3.6.4, py-1.7.0, pluggy-0.8.0 rootdir: /tmp/autopkgtest-lxc.41zg42w3/downtmp/autopkgtest_tmp, inifile: plugins: remotedata-0.3.1, openfiles-0.3.0, doctestplus-0.1.3, cython-0.1.0, arraydiff-0.2 collected 128 items healpy/pixelfunc.py ........................F.... [ 22%] healpy/rotator.py ... [ 25%] healpy/test/test_fitsfunc.py ............................... [ 49%] healpy/test/test_pixelfunc.py .................. [ 63%] healpy/test/test_query_disc.py ........ [ 69%] healpy/test/test_rotator.py ... [ 71%] healpy/test/test_sphtfunc.py ................. [ 85%] healpy/test/test_spinfunc.py ..... [ 89%] healpy/test/test_visufunc.py .............. [100%] =================================== FAILURES =================================== ______________________ [doctest] healpy.pixelfunc.reorder ______________________ 332 Examples 333 -------- 334 >>> import healpy as hp 335 >>> hp.reorder(np.arange(48), r2n = True) 336 array([13, 5, 4, 0, 15, 7, 6, 1, 17, 9, 8, 2, 19, 11, 10, 3, 28, 337 20, 27, 12, 30, 22, 21, 14, 32, 24, 23, 16, 34, 26, 25, 18, 44, 37, 338 36, 29, 45, 39, 38, 31, 46, 41, 40, 33, 47, 43, 42, 35]) 339 >>> hp.reorder(np.arange(12), n2r = True) 340 array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]) 341 >>> print(hp.reorder(hp.ma(np.arange(12.)), n2r = True)) Expected: [0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0 11.0] Got: [ 0. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11.] /usr/lib/python3/dist-packages/healpy/pixelfunc.py:341: DocTestFailure ==================== 1 failed, 127 passed in 14.44 seconds ===================== autopkgtest [04:34:26]: test python3-healpy: -----------------------]
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Source: healpy Source-Version: 1.12.4-4 We believe that the bug you reported is fixed in the latest version of healpy, 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 913...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Leo Singer <leo.sin...@ligo.org> (supplier of updated healpy 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: SHA512 Format: 1.8 Date: Fri, 07 Dec 2018 15:30:00 -0500 Source: healpy Binary: python-healpy-data healpy-data python-healpy python3-healpy Architecture: source all amd64 Version: 1.12.4-4 Distribution: unstable Urgency: medium Maintainer: Debian Astro Team <debian-astro-maintain...@lists.alioth.debian.org> Changed-By: Leo Singer <leo.sin...@ligo.org> Description: healpy-data - HEALPix representation of spherical data - Python data python-healpy - HEALPix representation of spherical data - Python interface python-healpy-data - transitional package python3-healpy - HEALPix representation of spherical data - Python3 interface Closes: 913757 Changes: healpy (1.12.4-4) unstable; urgency=medium . * Remove workaround for change in Numpy formatting due to upstream fix of regression (https://github.com/numpy/numpy/pull/11986). (Closes: 913757) Checksums-Sha1: 0b33b5fb0237c239c47639067a8b580e6b5b80f1 2926 healpy_1.12.4-4.dsc 1035161fc694162e97ce9c530aec3329b57614d7 7572 healpy_1.12.4-4.debian.tar.xz 42db387b964977485d5dfaaeb94e52341529638d 1652352 healpy-data_1.12.4-4_all.deb 7a4d1d4ab22659b6c1c0f512b5fdbc9916aad8a9 11346 healpy_1.12.4-4_amd64.buildinfo d005c107c7e736658d62498831d575b0505a307c 8024 python-healpy-data_1.12.4-4_all.deb d400e8afa63f4a9fb4b14107bfa8c3031b8fc785 704076 python-healpy-dbgsym_1.12.4-4_amd64.deb 68ff5633c41afd9c3eb9b06bb27f5dc6df62bf72 307580 python-healpy_1.12.4-4_amd64.deb c662c0a1c268053bbe4a99bec38e5ab60536a04b 1411796 python3-healpy-dbgsym_1.12.4-4_amd64.deb 7947e607095e732683a724e6638cf0fc4e1919a5 339176 python3-healpy_1.12.4-4_amd64.deb Checksums-Sha256: 8f7f168635d95cdf1cda841ea235521316ee81f6ff8f8ad7303ab261deffe728 2926 healpy_1.12.4-4.dsc a22f1c59b10d98a591b1765a3cffb2c54b0390d3b48bf12685c61c6c0081cd93 7572 healpy_1.12.4-4.debian.tar.xz a2e387fa1bf3a592c73a12d148f4da69e7254f10261119cd253577fc97006d12 1652352 healpy-data_1.12.4-4_all.deb cc40c1fdfa243aa851c97d6094fdefcfbc4f063e64f5f25dc3ebb2f42e8f9cd6 11346 healpy_1.12.4-4_amd64.buildinfo c941951e1a16de53342cb900d499fbb03d342be51b5ec449329937549d9e243c 8024 python-healpy-data_1.12.4-4_all.deb 0f7f2cb7d7f5571118068638f2c779cd66582dc4ab3140fa5e370047cd31a711 704076 python-healpy-dbgsym_1.12.4-4_amd64.deb 94441d5533e8aa0ead15370127bdbfc4bd9fc9b9f94e84cdaf25a56c7b6e109e 307580 python-healpy_1.12.4-4_amd64.deb b627b9f40a467465b8d6508d06da5dfb45d654ae71a8909fb939989525b2c561 1411796 python3-healpy-dbgsym_1.12.4-4_amd64.deb 2fa8199333f0723546741aa960e720b8c4b233d09211aeb30c70d8ce7d7b5cd0 339176 python3-healpy_1.12.4-4_amd64.deb Files: 1b4755f81f3ac1ea7aa9059a5d685b23 2926 python optional healpy_1.12.4-4.dsc 7d75506fe332456644eeb7f4380f986f 7572 python optional healpy_1.12.4-4.debian.tar.xz a05fe76d25c37be2776613288e217783 1652352 python optional healpy-data_1.12.4-4_all.deb 49720c95331a408bc8b2412f69b7fc52 11346 python optional healpy_1.12.4-4_amd64.buildinfo 8070130fa87519d2f60d14d31153383f 8024 oldlibs optional python-healpy-data_1.12.4-4_all.deb 9581100c3f5161111789881063b03097 704076 debug optional python-healpy-dbgsym_1.12.4-4_amd64.deb 56833aeb27a10e536d3019d0145d4d33 307580 python optional python-healpy_1.12.4-4_amd64.deb 2383b182cda7220f2774eb995ef37d63 1411796 debug optional python3-healpy-dbgsym_1.12.4-4_amd64.deb 1e0c2be22a35e5a80fc7098c6fc57d6d 339176 python optional python3-healpy_1.12.4-4_amd64.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEETlIW+xCXmEEMK3UhbGdTGlqCeZ4FAlwK2asACgkQbGdTGlqC eZ7SqBAAoFP3yAPl4MF6tJGRXdqIzWQvR0jw1LrHgnGGrNqAJZbTVAZL/a3Etq/X dkRf8mVsOyMpIe0NgoYkqy7Mqcv5LQkkiTrqipuB3b0xLZ6YeL7hxIEi3OEv+6mQ Z3LWOaAMPuSL4/uAJQvvuPeUqNaV5WDLkY51yIwy+hifatLVvbdOW7M0PVu1zeTA ijWaKDNCuWpNcVmk8FTa+kiSmf4PRawr72mEqNL4g1DjPR8yZ8rRMD55/t83lfxN uOpUZQJUB/lRXbRhaT2BXOZE6mTGC/LZefgRkf6zhk7mQQk8WAqmbFfvX6rUX5nm tXFv5/ZJdacR/QqX9PVU/UDKc1TWtsmsPqufNI/FoiTAOOpO7oJ7A7AE6wrMbNeM fJgnvsm6Ok9qq2ZS9F1+sn70hMZlEyPybda8fdQ6KvtcZob7cTuohUMp7PFh6/e+ QztlQhW1Jz8TeTT21ugNVd73AFa2hnHbkioNb/jTyHC2KqF42HVXUC1UBrT5qYWd jiHeGbOSIqJUSdnBxfBiJubn1PzdnUOZkL37LaoZDoOdJk/LwxssixmxKm0eVBcM IUly+c7B1rL6jM6Nm9br/z8oxAsHIJuMOwk1EbMCkNQ+uVZs1nlvw979jFWtPXZt YHXPxT53P5AxUg53lxrJE5XW1SlM8Dyhm2T3IANeZtyLgjOqYlU= =PMXf -----END PGP SIGNATURE-----
--- End Message ---