Your message dated Tue, 7 Jun 2022 14:46:23 +0200
with message-id <[email protected]>
and subject line Fwd: gammapy_0.20-1_source.changes ACCEPTED into unstable
has caused the Debian Bug report #1000613,
regarding gammapy FTBFS on !amd64: test failures
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.)


-- 
1000613: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000613
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gammapy
Version: 0.19-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=gammapy&ver=0.19-1

...
=================================== FAILURES ===================================
______________________________ test_binary_erode _______________________________

    def test_binary_erode():
        geom = WcsGeom.create(binsz=0.02, width=2 * u.deg)
        mask = geom.region_mask("icrs;circle(0, 0, 1)")
    
        mask = mask.binary_erode(width=0.2 * u.deg, kernel="disk", 
use_fft=False)
        assert_allclose(mask.data.sum(), 4832)
    
        mask = mask.binary_erode(width=0.2 * u.deg, kernel="box", use_fft=True)
>       assert_allclose(mask.data.sum(), 3372)
E       AssertionError: 
E       Not equal to tolerance rtol=1e-07, atol=0
E       
E       Mismatched elements: 1 / 1 (100%)
E       Max absolute difference: 15
E       Max relative difference: 0.0044484
E        x: array(3387)
E        y: array(3372)

gammapy/maps/wcs/tests/test_ndmap.py:836: AssertionError
______________________________ test_binary_dilate ______________________________

    def test_binary_dilate():
        geom = WcsGeom.create(binsz=0.02, width=2 * u.deg)
        mask = geom.region_mask("icrs;circle(0, 0, 0.8)")
    
        mask = mask.binary_dilate(width=0.2 * u.deg, kernel="disk", 
use_fft=False)
        assert_allclose(mask.data.sum(), 8048)
    
        mask = mask.binary_dilate(width=(10, 10), kernel="box")
>       assert_allclose(mask.data.sum(), 9203)
E       AssertionError: 
E       Not equal to tolerance rtol=1e-07, atol=0
E       
E       Mismatched elements: 1 / 1 (100%)
E       Max absolute difference: 11
E       Max relative difference: 0.00119526
E        x: array(9214)
E        y: array(9203)

gammapy/maps/wcs/tests/test_ndmap.py:847: AssertionError
=========================== short test summary info ============================
FAILED gammapy/maps/wcs/tests/test_ndmap.py::test_binary_erode - AssertionErr...
FAILED gammapy/maps/wcs/tests/test_ndmap.py::test_binary_dilate - AssertionEr...
===== 2 failed, 1030 passed, 562 skipped, 10 xfailed in 150.08s (0:02:30) ======
...

--- End Message ---
--- Begin Message ---
Source: gammapy
Source-Version: 0.20-1
Done: Ole Streicher <[email protected]>

these bugs were fixed with the latest upload of gammapy, I just forgot to mention them in the changelog.

Best

Ole


-------- Forwarded Message --------
Subject: gammapy_0.20-1_source.changes ACCEPTED into unstable
Date: Tue, 07 Jun 2022 12:33:59 +0000
From: Debian FTP Masters <[email protected]>
To: Ole Streicher <[email protected]>, Debian Astro Team
<[email protected]>



Accepted:

Format: 1.8
Date: Tue, 07 Jun 2022 11:00:20 +0200
Source: gammapy
Architecture: source
Version: 0.20-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Astro Team
<[email protected]>
Changed-By: Ole Streicher <[email protected]>
Changes:
 gammapy (0.20-1) unstable; urgency=medium
 .
   * New upstream version 0.20
   * Rediff patches
   * Add new build deps matplotlib and iminuit
   * Skip failing tests on 32-bit platforms
Checksums-Sha1:
 f54cfac1a7f7135183851573ca709ce68c4d271c 2447 gammapy_0.20-1.dsc
 9e52b62664cf277300ddf015536e22ee816f9205 3984483 gammapy_0.20.orig.tar.gz
 8932d06183117386d14d8535c57590389b4ff9c0 7628 gammapy_0.20-1.debian.tar.xz
Checksums-Sha256:
 52b3a0fcac0c1f314249e58c425b1f8adf78b313de638582817a2773fe3c8309 2447
gammapy_0.20-1.dsc
 f115af5ee2286aec9b6d927281417414898274f5f1eae0f9bfdcabc5cf726355
3984483 gammapy_0.20.orig.tar.gz
 d79239386f8f0b78f999fd3b7b0bf8c1661eb42fe6e407534250b3c8f8f42da8 7628
gammapy_0.20-1.debian.tar.xz
Files:
 b7460a61b7efe83e002a3e4d78f0772c 2447 python optional gammapy_0.20-1.dsc
 1b5f3bb0a5c001bcf401dd5816ab625e 3984483 python optional
gammapy_0.20.orig.tar.gz
 e90d39918652283ab75970d55c417699 7628 python optional
gammapy_0.20-1.debian.tar.xz



Thank you for your contribution to Debian.

--- End Message ---

Reply via email to