Your message dated Wed, 18 Dec 2019 15:35:33 +0000
with message-id <e1ihbml-000aqe...@fasolo.debian.org>
and subject line Bug#945346: fixed in python-skbio 0.5.5-3
has caused the Debian Bug report #945346,
regarding python-skbio ftbfs in unstable
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.)


-- 
945346: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945346
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-skbio
Version: 0.5.5-2
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.8

python-skbio ftbfs in unstable, two failing tests:

======================================================================
ERROR: test_munging_invalid_type_to_self_type
(skbio.sequence.tests.test_sequence.TestDistance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/sequence/tests/test_sequence.py",
line 2369, in test_munging_invalid_type_to_self_type
    Sequence("ACGT").distance(42)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/sequence/_sequence.py",
line 1539, in distance
    other = self._munge_to_self_type(other, 'distance')
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/sequence/_sequence.py",
line 2161, in _munge_to_self_type
    return self.__class__(other)
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/sequence/_sequence.py",
line 622, in __init__
    s = np.frombuffer(sequence, dtype=np.uint8)
TypeError: a bytes-like object is required, not 'int'

======================================================================
ERROR: test_init_invalid_sequence 
(skbio.sequence.tests.test_sequence.TestSequence)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/sequence/tests/test_sequence.py",
line 465, in test_init_invalid_sequence
    Sequence(('a', 'b', 'c'))
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/sequence/_sequence.py",
line 622, in __init__
    s = np.frombuffer(sequence, dtype=np.uint8)
TypeError: a bytes-like object is required, not 'tuple'

======================================================================
FAIL: test_no_variation_pearson 
(skbio.stats.distance.tests.test_mantel.MantelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/stats/distance/tests/test_mantel.py",
line 250, in test_no_variation_pearson
    npt.assert_equal(obs, (0.0, 1.0, 3))
  File "/usr/lib/python3/dist-packages/numpy/testing/_private/utils.py", line
355, in assert_equal
    assert_equal(actual[k], desired[k], 'item=%r\n%s' % (k, err_msg), verbose)
  File "/usr/lib/python3/dist-packages/numpy/testing/_private/utils.py", line
427, in assert_equal
    raise AssertionError(msg)
AssertionError:
Items are not equal:
item=0

 ACTUAL: nan
 DESIRED: 0.0

======================================================================
FAIL: test_one_sided_less (skbio.stats.distance.tests.test_mantel.MantelTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/stats/distance/tests/test_mantel.py",
line 189, in test_one_sided_less
    self.assertEqual(obs, (1, 1, 3))
AssertionError: Tuples differ: (0.9999999999999998, 1.0, 3) != (1, 1, 3)

First differing element 0:
0.9999999999999998
1

- (0.9999999999999998, 1.0, 3)
+ (1, 1, 3)

======================================================================
FAIL: Test against a reference implementation from R's ape package
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/stats/ordination/tests/test_principal_coordinate_analysis.py",
line 250, in test_pcoa_biplot_from_ape
    assert_ordination_results_equal(obs, exp, ignore_directionality=True,
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/util/_testing.py",
line 126, in assert_ordination_results_equal
    _assert_frame_equal(left.features, right.features,
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/util/_testing.py",
line 171, in _assert_frame_equal
    npt.assert_almost_equal(left_values, right_values, decimal=decimal)
  File "/usr/lib/python3/dist-packages/numpy/testing/_private/utils.py", line
584, in assert_almost_equal
    return assert_array_almost_equal(actual, desired, decimal, err_msg)
  File "/usr/lib/python3/dist-packages/numpy/testing/_private/utils.py", line
1027, in assert_array_almost_equal
    assert_array_compare(compare, x, y, err_msg=err_msg, verbose=verbose,
  File "/usr/lib/python3/dist-packages/numpy/testing/_private/utils.py", line
769, in assert_array_compare
    flagged = func_assert_same_pos(x, y, func=isnan, hasval='nan')
  File "/usr/lib/python3/dist-packages/numpy/testing/_private/utils.py", line
745, in func_assert_same_pos
    raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 7 decimals

x and y nan location mismatch:
 x: array([[-2.5170346e-02, -3.8742000e-02,  3.7030794e-02, -1.8248587e-02,
        -1.2974103e-03,  8.1410679e-04, -1.7370121e-02,  3.6121106e-02,
                   nan],...
 y: array([[-2.5170346e-02, -3.8742000e-02,  3.7030794e-02, -1.8248587e-02,
        -1.2974103e-03,  8.1410679e-04, -1.7370121e-02,  3.6121106e-02,
         0.0000000e+00],...

======================================================================
FAIL: test__identify_sample_groups_not_strict
(skbio.stats.tests.test_power.PowerAnalysisTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build/skbio/stats/tests/test_power.py",
line 496, in test__identify_sample_groups_not_strict
    npt.assert_array_equal(known_pairs[k][i], test_pairs[k][i])
  File "/usr/lib/python3/dist-packages/numpy/testing/_private/utils.py", line
917, in assert_array_equal
    assert_array_compare(operator.__eq__, x, y, err_msg=err_msg,
  File "/usr/lib/python3/dist-packages/numpy/testing/_private/utils.py", line
841, in assert_array_compare
    raise AssertionError(msg)
AssertionError:
Arrays are not equal

Mismatch: 100%
 x: array(['MM', 'WM'], dtype=object)
 y: array(['WM', 'MM'], dtype=object)

----------------------------------------------------------------------
Ran 2340 tests in 55.022s

FAILED (SKIP=30, errors=2, failures=4)
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_skbio/build; python3.8 -m nose -v
dh_auto_test: pybuild --test --test-nose -i python{version} -p "3.8 3.7"
returned exit code 13
make: *** [debian/rules:13: build] Error 255

--- End Message ---
--- Begin Message ---
Source: python-skbio
Source-Version: 0.5.5-3

We believe that the bug you reported is fixed in the latest version of
python-skbio, 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 945...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated python-skbio 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: Wed, 18 Dec 2019 16:02:13 +0100
Source: python-skbio
Architecture: source
Version: 0.5.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 943619 944042 945346
Changes:
 python-skbio (0.5.5-3) unstable; urgency=medium
 .
   * Apply patch from upstream titled
      "WIP: Build fixes for pandas 0.25.0 and scipy 1.3.0"
   * Versioned Build-Depends: python3-scipy (>= 1.3.3)
   * debhelper-compat 12
   * Standards-Version: 4.4.1
   * Set upstream metadata fields: Repository, Repository-Browse.
   * Set upstream metadata fields: Bug-Database, Repository.
   * Ignore 4 tests to not block Python3 migration
     Closes: #943619, #944042, #945346
   * Drop python3-httpretty from Test-Depends since there is no point in
     trying to run tests that need internet access.
   * Drop two tests from autopkgtest that are failing due to rounding errors
     despite this is fixed in build time test by a patch
Checksums-Sha1:
 64cee02358df5ffbe28f0f189d2ae0ab3792168b 2605 python-skbio_0.5.5-3.dsc
 07cd823d05ee75f06f42c610c6ff04c2bb0b09b4 8988 
python-skbio_0.5.5-3.debian.tar.xz
 259158501ce94949ccb10e904c01f3f5930d6bfb 9563 
python-skbio_0.5.5-3_amd64.buildinfo
Checksums-Sha256:
 e35dfa4cf25c160fb197d3e20dd561ec08ee8d1ce27d09e0bf292430a75ddcb9 2605 
python-skbio_0.5.5-3.dsc
 5e5fbd3a9ceb190536d829052c90f30a3c84879f66da014e51c0ece5b7060f39 8988 
python-skbio_0.5.5-3.debian.tar.xz
 9d3e10895e04a92f34ddcb060f2393e51c081104c19c4e0ff6b56f84816e02d1 9563 
python-skbio_0.5.5-3_amd64.buildinfo
Files:
 28275a562b71054c1f211095429c787a 2605 python optional python-skbio_0.5.5-3.dsc
 5b5cb1a7d16ae3694f382e5e7ac3d2ff 8988 python optional 
python-skbio_0.5.5-3.debian.tar.xz
 2d4642c40440f08742efcfaf0c24ae73 9563 python optional 
python-skbio_0.5.5-3_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl36QpwRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtE6/g/+OjBTRwEJVcHiPM93poJRQg3zSuh5a6rS
rJZ1wxh45U1TxvP5N9GF72L53btgAk18hmYqV3u4Na6zudG0F6pdhdDLZsQ6sWBC
oyp19JbdqX2x2DTKPRmV/+KT7iaJ7mvxdeWDrvx3jTa6st3Ec7oPjc6HUNr7oSF5
mLcPHGoXWAgVYYpxzrW0y/wUHgiH4u0LYvfDjCNbjO7faCUI1cvILReJwQadU7L7
1hVMJRK1W0lYBUd+seH0Giks0T6yorQewEEvW1RU1oLIikHL9QqOL4gH7rEEHn35
Oh+SN9aCMz1Rd8U1ciMaOQmzk/2potXzjG7xKwLfCB9AWMC+hsUbJ1qoRbAez0sv
XcAbEr53E3kQpfH8YvPAYpX6fGA3v5ULY48XLgHhUIbsdzPNJ7k+fCeHvhVsS9+q
SKJ9hsOxZimH7vHmmqIEHCdZgG9875dn5nlzWgg9VWFCm+de2tt0PwGqMgnZ9WS7
m1yow2XQHztxmWVV4F1ADJR3VEKquIOy9CP3fqPM0inGrR4kwZv7g/l8cqgx82Mi
jdAh3FfOnSzgPukSy76pYySxOi+XDYsBucPyorCn6HVDmcNLfzM/tYRb9Gif/KPM
2RS+SSbUFOc94jHVI0QGprAUyOYVZ7QyELoLXmNQder6ZciQi0U4pakW5ASCwlOw
v8cu4f5xEG4=
=yn39
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to