Your message dated Wed, 26 Feb 2020 23:35:17 +0000
with message-id <e1j76cz-0001zb...@fasolo.debian.org>
and subject line Bug#950695: fixed in seaborn 0.10.0-1
has caused the Debian Bug report #950695,
regarding seaborn: FTBFS test failure in TestFacetGrid.test_set_ticklabels
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.)
--
950695: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-seaborn
Version: 0.9.0-2
Severity: serious
Found during statsmodels transition testing, but also occurs without
statsmodels. I have not investigated further.
______________________ TestFacetGrid.test_set_ticklabels
_______________________
self = <seaborn.tests.test_axisgrid.TestFacetGrid object at 0x7efc19d12880>
def test_set_ticklabels(self):
g = ag.FacetGrid(self.df, row="a", col="b")
g.map(plt.plot, "x", "y")
xlab = [l.get_text() + "h" for l in g.axes[1, 0].get_xticklabels()]
ylab = [l.get_text() for l in g.axes[1, 0].get_yticklabels()]
g.set_xticklabels(xlab)
g.set_yticklabels(rotation=90)
got_x = [l.get_text() for l in g.axes[1, 1].get_xticklabels()]
got_y = [l.get_text() for l in g.axes[0, 0].get_yticklabels()]
npt.assert_array_equal(got_x, xlab)
npt.assert_array_equal(got_y, ylab)
x, y = np.arange(10), np.arange(10)
df = pd.DataFrame(np.c_[x, y], columns=["x", "y"])
g = ag.FacetGrid(df).map(pointplot, "x", "y", order=x)
g.set_xticklabels(step=2)
got_x = [int(l.get_text()) for l in g.axes[0, 0].get_xticklabels()]
npt.assert_array_equal(x[::2], got_x)
g = ag.FacetGrid(self.df, col="d", col_wrap=5)
g.map(plt.plot, "x", "y")
g.set_xticklabels(rotation=45)
g.set_yticklabels(rotation=75)
for ax in g._bottom_axes:
for l in ax.get_xticklabels():
> nt.assert_equal(l.get_rotation(), 45)
seaborn/tests/test_axisgrid.py:485:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _
/usr/lib/python3.8/unittest/case.py:912: in assertEqual
assertion_func(first, second, msg=msg)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _
self = <nose.tools.trivial.Dummy testMethod=nop>, first = 0.0, second = 45
msg = '0.0 != 45'
def _baseAssertEqual(self, first, second, msg=None):
"""The default assertEqual implementation, not type specific."""
if not first == second:
standardMsg = '%s != %s' % _common_shorten_repr(first, second)
msg = self._formatMessage(msg, standardMsg)
> raise self.failureException(msg)
E AssertionError: 0.0 != 45
/usr/lib/python3.8/unittest/case.py:905: AssertionError
--- End Message ---
--- Begin Message ---
Source: seaborn
Source-Version: 0.10.0-1
Done: Nilesh Patra <npatra...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
seaborn, 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 950...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (supplier of updated seaborn 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: Wed, 26 Feb 2020 09:41:20 +0000
Source: seaborn
Architecture: source
Version: 0.10.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 897263 950695 950928
Changes:
seaborn (0.10.0-1) unstable; urgency=medium
.
* Team Upload.
* New upstream version 0.10.0
Closes: #950695, #950928, #897263
* Add "Rules-Requires-Root:no"
* Add upstream/metadata
* Drop compat, switch to debhelper-compat
* Remove un-needed patch
* Modify patch wrt new version
* Bump standards version to 4.5.0
* Fix copyright
Checksums-Sha1:
bafbf211c2f6a2e18100f3c1fbb228a719366f6b 2202 seaborn_0.10.0-1.dsc
b8f498519b8a1912f50eb4508b303efcb453689b 284390 seaborn_0.10.0.orig.tar.gz
a4c26e33a50786d6d884fff1b4710b3688a6be6d 5400 seaborn_0.10.0-1.debian.tar.xz
11931fbe1fab4412705dfe596d579e58344a4fa7 7619 seaborn_0.10.0-1_source.buildinfo
Checksums-Sha256:
6e901ce84c478aaa24864971b523c176bcf7f39c886eb7d5e623b5fa0854077c 2202
seaborn_0.10.0-1.dsc
37e2c7783ef2bb12ce749783870ca740750fc7cc0bd1776c6cacab19514affbd 284390
seaborn_0.10.0.orig.tar.gz
dbb019da95f83aaf667c752fff0689532b3a6b83a473d7c47682f6abbbc0640c 5400
seaborn_0.10.0-1.debian.tar.xz
c54f871e10266aaa9582f8aa62afd43d7d040e5c870fb707dc997b46bc3a0303 7619
seaborn_0.10.0-1_source.buildinfo
Files:
be494edb2cd8d44c0af605d887ca21c4 2202 python optional seaborn_0.10.0-1.dsc
605c25770cd0a4a4146c1788966725e7 284390 python optional
seaborn_0.10.0.orig.tar.gz
23fe3e34c25733daa0246e1de8778600 5400 python optional
seaborn_0.10.0-1.debian.tar.xz
545c65c9757e56123122cdd535bd8271 7619 python optional
seaborn_0.10.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEQZ9+mkfDq5UZ8bCjOZU6N95Os2sFAl5W/AYACgkQOZU6N95O
s2sOlw/+N04GCdVu9wcVTiO4ixnp84PnoOK6qEvImGGFhPzcHQgkshrw0vq06Ar7
tOpqUfGA4ZOSTarglOkEvocLbej3R+rhD6jpJZpi7BuCVapkKZCwRKN3DXZIsNxm
QZaOiUirUPm1PcfTwJXCc2MsVWfeEtyQk7ruspNFy1zvBxsDAiXZU5UtoI1mm4S3
SjlD6vj5OHouUypTvTiiqcNoA1pT+PskbNgxR5tpYFqr2rMk8RWPJHEuPJG97ik2
bDpAInWHahHbhzBZx3NL7Zq0ivZbm4B+ZGBPOvlNSwJObyWY+Xpbw/RbBYv1yimY
wmDFJ0E68oRgF+V2yW55I0udkmZ2S8e6LwmK0SHdKmNbHb5IctDB+8hCJRImTvPH
f0ygFy7kjudxo5fEA1O6aph35Wzo7tc/e0Q83BHBa7bgA2n8Pg2p9lvh7dEuYEIz
QQVXF4iPTAT8taUWD9zuOnef7tkaxtJMb0weGSvXLsy0i9C0Xiq50OGXbuJmdtC0
BJxOECok8R86LDOAd4TiSs76FdVPEeKPPV0oqTcTEzK9BmLjcTPlYuAbSWGGdsmg
tjNPsmmCKKnYuBX8XImj6I1U8kP20QJrZrurrwTTLOHkV0CZDAOs1FHgMWb9Gc3W
Epfa5BYU+VG7qVzviax/G0mg96TxEmKYTQelNldewp3pI+iAIdw=
=ocpX
-----END PGP SIGNATURE-----
--- End Message ---