Your message dated Thu, 9 Aug 2018 10:54:02 +0200
with message-id <[email protected]>
and subject line Bug #902542: fixed in photutils 0.5-1
has caused the Debian Bug report #902542,
regarding photutils: autopkgtest failure with skimage 0.14.0
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.)


-- 
902542: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902542
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: photutils
Version: 0.4-4
User: [email protected]
Usertags: needs-update

Hi Maintainer

Since the upload of skimage 0.14.0-1 to unstable, photutils has been
failing its autopkgtests [1] with several errors similar to the
following:

_____________ test_centroids[25.7-26.2-3.2-5.7-0.5235987755982988] _____________

xc_ref = 25.7, yc_ref = 26.2, x_stddev = 3.2, y_stddev = 5.7
theta = 0.5235987755982988

    @pytest.mark.parametrize(
        ('xc_ref', 'yc_ref', 'x_stddev', 'y_stddev', 'theta'),
        list(itertools.product(XCS, YCS, XSTDDEVS, YSTDDEVS, THETAS)))
    @pytest.mark.skipif('not HAS_SKIMAGE')
    def test_centroids(xc_ref, yc_ref, x_stddev, y_stddev, theta):
        model = Gaussian2D(2.4, xc_ref, yc_ref, x_stddev=x_stddev,
                           y_stddev=y_stddev, theta=theta)
        y, x = np.mgrid[0:50, 0:47]
        data = model(x, y)

        xc, yc = centroid_com(data)
>       assert_allclose([xc_ref, yc_ref], [xc, yc], rtol=0, atol=1.e-3)
E       AssertionError:
E       Not equal to tolerance rtol=0, atol=0.001
E
E       (mismatch 100.0%)
E        x: array([25.7, 26.2])
E        y: array([26.19992 , 25.700027])

Regards
Graham


[1] https://ci.debian.net/packages/p/photutils/unstable/amd64/

--- End Message ---
--- Begin Message ---
Source: photutils
Source-Version: 0.5-1

This bug was fixes with the new upstream version. The CI test failure
now comes from the old left-over Python 2 package (0.5 is Python 3
only). The tests are adjusted in version 0.5-2.

--- End Message ---

Reply via email to