Your message dated Thu, 18 Apr 2024 13:05:11 +0000
with message-id <e1rxrrv-001wm3...@fasolo.debian.org>
and subject line Bug#1068647: fixed in python-pot 0.9.3+dfsg-2
has caused the Debian Bug report #1068647,
regarding python-pot: autopkgtest regression on i386 with NumPy 1.26.4
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.)


-- 
1068647: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068647
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pot
Version: 0.9.3+dfsg-1
Severity: serious

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Dear maintainer,

your package has a autopkgtest regression on i386 with NumPy 1.26.4. 
Hopefully relevant excerpt from test log at
https://ci.debian.net/data/autopkgtest/testing/i386/p/python-pot/45030103/log.gz
follows:


  207s =================================== FAILURES 
===================================
  207s ___________ test_solve_sample_methods[numpy-{'method': 'gaussian'}] 
____________
  207s
  207s nx = <ot.backend.NumpyBackend object at 0xf4565a80>
  207s method_params = {'method': 'gaussian'}
  207s
  207s     @pytest.mark.parametrize("method_params", 
lst_method_params_solve_sample)
  207s     def test_solve_sample_methods(nx, method_params):
  207s
  207s         n_samples_s = 20
  207s         n_samples_t = 7
  207s         n_features = 2
  207s         rng = np.random.RandomState(0)
  207s
  207s         x = rng.randn(n_samples_s, n_features)
  207s         y = rng.randn(n_samples_t, n_features)
  207s         a = ot.utils.unif(n_samples_s)
  207s         b = ot.utils.unif(n_samples_t)
  207s
  207s         xb, yb, ab, bb = nx.from_numpy(x, y, a, b)
  207s
  207s         sol = ot.solve_sample(x, y, **method_params)
  207s         solb = ot.solve_sample(xb, yb, ab, bb, **method_params)
  207s
  207s         # check some attributes (no need )
  207s         assert_allclose_sol(sol, solb)
  207s
  207s         sol2 = ot.solve_sample(x, x, **method_params)
  207s         if method_params['method'] not in ['factored', 'lowrank']:
  207s >           np.testing.assert_allclose(sol2.value, 0)
  207s
  207s test/test_solvers.py:419:
  207s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _
  207s
  207s args = (<function assert_allclose.<locals>.compare at 0xf0b37e88>, 
array(8.8817842e-16), array(0))
  207s kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to 
tolerance rtol=1e-07, atol=0', 'verbose': True}
  207s
  207s     @wraps(func)
  207s     def inner(*args, **kwds):
  207s         with self._recreate_cm():
  207s >           return func(*args, **kwds)
  207s E           AssertionError:
  207s E           Not equal to tolerance rtol=1e-07, atol=0
  207s E
  207s E           Mismatched elements: 1 / 1 (100%)
  207s E           Max absolute difference: 8.8817842e-16
  207s E           Max relative difference: inf
  207s E            x: array(8.881784e-16)
  207s E            y: array(0)
  207s
  207s /usr/lib/python3.12/contextlib.py:81: AssertionError


Cheers
Timo


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

iQIzBAEBCgAdFiEEmwPruYMA35fCsSO/zIxr3RQD9MoFAmYT6yAACgkQzIxr3RQD
9MoOQQ/+N1NSlnHlih5jhMBGkClnHTDpLmz8UBBdjnYoqEjQnz/SoBazuViOLd6Z
+eLeUJ8N26fsfe67eiNoVqD4ugEfMNItAq74BMQF2XF2vYVqPztLmxUwQpBrGVkD
oUOQTWos/iJCn8ITMLj+8cYl7EW99UYgh/4shhnbIhKvsKui0fnNqN+sri7gfiAX
om6UJddYkTsQmEGCTkqKgqGqZc70N9Se+mpGFngfhQXFEgQblWIn/HkahnBBp3fJ
dGTbjlT401snZ+81E/h2Ltdz3a0pQ05lN7KoJv03hy18UlToYZDcjDZMc4xIwQNG
SetjCn5+Lfm2NeXwrJ+iYNB+yc3Z4/P03VljuMJfo9pZAeNMnkyMJzQxSDLpeluV
3DeI7KQjAs/y5B/LDtvjPCUcDOoKesYcTDOyDAXRgs1Pu3WwUU5Yi7HmPgKJefmz
UXbnvsOdWgB1UQBX9rh5CKK0VHEb8ZhSZK3EuWjbiel467xml8ic2UYhr3iKadYt
a5H3nfjau1wxoGt2lkH6oOUC19A+iJXQYEZXCM9BWIZC12A6SGsBRrfcxS0jrTGs
Dg5ddnoEreJ7hAWyJHZPbbob/ITLsEKh62js7OH5zLhg2nzT/qXQCwKiDla1lhGY
jn9KxRMnV23CDMGjU2JPeImN9ha2ifVZ1zo/RRzXTu2bw3sHrVs=
=ypga
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: python-pot
Source-Version: 0.9.3+dfsg-2
Done: Gard Spreemann <g...@nonempty.org>

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

Debian distribution maintenance software
pp.
Gard Spreemann <g...@nonempty.org> (supplier of updated python-pot 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: Thu, 18 Apr 2024 14:44:57 +0200
Source: python-pot
Architecture: source
Version: 0.9.3+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Gard Spreemann <g...@nonempty.org>
Changed-By: Gard Spreemann <g...@nonempty.org>
Closes: 1068647
Changes:
 python-pot (0.9.3+dfsg-2) unstable; urgency=medium
 .
   * Add patch to work around bug #1068647 until upstream fixes the issue
     properly. (Closes: #1068647)
Checksums-Sha1:
 99b18efd5a23910ae6e61c88d82c1b99245cc647 2114 python-pot_0.9.3+dfsg-2.dsc
 e812fd4838f2d48fe77bd85e7b5d32c5a91061dd 4524 
python-pot_0.9.3+dfsg-2.debian.tar.xz
 cadce242416a8d3236dc3389f3c168eddf8a07f1 7861 
python-pot_0.9.3+dfsg-2_source.buildinfo
Checksums-Sha256:
 4e83777187ce5101df1af009b406acca416c4cd75be3534710564c21a52adce8 2114 
python-pot_0.9.3+dfsg-2.dsc
 d21040f1c86ac25b06953b4b3e8b179c9f8299831432fc387cb4114e89ea0297 4524 
python-pot_0.9.3+dfsg-2.debian.tar.xz
 9c9bb7a1fed4e993dce618db2d4ad6de5c5f7c912bc09671485798e269e01fe3 7861 
python-pot_0.9.3+dfsg-2_source.buildinfo
Files:
 316c202fe4a146075316afa111d8e87f 2114 python optional 
python-pot_0.9.3+dfsg-2.dsc
 e99545e70450a01f1cdd251dbe204e5c 4524 python optional 
python-pot_0.9.3+dfsg-2.debian.tar.xz
 a0b48fd63d6bd2acfc785b5b90879439 7861 python optional 
python-pot_0.9.3+dfsg-2_source.buildinfo

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

iQJGBAEBCgAwFiEEz8XvhRCFHnNVtV6AnRFYKv1UjPoFAmYhFlkSHGdzcHJAbm9u
ZW1wdHkub3JnAAoJEJ0RWCr9VIz6LVQP/jfpD490Kd7nzJoPXExFhZBFzTycx1xo
97kwiydujdqrOfSgYCPNXSytnrKhG28O7FjdpXamYX71JxbmTecPzxo3FuilO8wq
dQP5dBPz1SKS9ykdcg5GKHbeqQRAQ1gfI/HnxLQ+Wh35BxpGtzxhtGrl3nXum8Q6
+C6OpkB5kpB5CdFYbpFtdLtbG6R+vwcy/z0H2LLuSzEDAbJ9PW083kHS72mr2S3O
a9MLV37XH3WR1pIyjRypIdAcQwj71gpPOjN74VZKhebyCUtGPqQJaMGQLu15qSbK
a0oTrUduQO1f7urGZng9zD52FYP8itjbfowStxLfdNCTvmGZkXWPnM9sENF6RXuE
4FzKSZ3oj7rpG2pkmca4CctVf05HWXPClozFrFzHcra6cH/02yjuDzp1zkwtrG+f
ZFj9/EpBqRl9DWgAHgbFOc7NHs+mpdEaIObKV1XDjKq//SlR/6yZ92GExXqYgaPR
SWAZ4C0TKZ/Bbp03fM6MM0kryExL3Rb+cgcfxetsOFjo7ihMKOPtx5+9Uv6XmZ2H
7hLaBtBYqw3L8ZOJp1gh/C9OmM7cr6f0XolilaGGHkB7lbriJPUa9ILagd7ApMuT
BVHrxXeYPDuXQxsllck6tk+zbss5RKA+q2mVv2uIfgzGdW2QCZzLdElbgLKZyshu
PbiVqBgczrLI
=p0Kq
-----END PGP SIGNATURE-----

Attachment: pgp1J9GuNuR5F.pgp
Description: PGP signature


--- End Message ---

Reply via email to