Your message dated Sat, 04 Sep 2021 09:18:32 +0000
with message-id <e1mmrom-0002vr...@fasolo.debian.org>
and subject line Bug#992674: fixed in lmfit-py 1.0.2-1
has caused the Debian Bug report #992674,
regarding scipy breaks lmfit-py autopkgtest
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.)


-- 
992674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scipy, lmfit-py
Control: found -1 scipy/1.7.1-1
Control: found -1 lmfit-py/1.0.1-6
Severity: serious
Tags: sid bookworm
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: breaks needs-update

Dear maintainer(s),

With a recent upload of scipy the autopkgtest of lmfit-py fails in
testing when that autopkgtest is run with the binary packages of scipy
from unstable. It passes when run with only packages from testing. In
tabular form:

                       pass            fail
scipy                  from testing    1.7.1-1
lmfit-py               from testing    1.0.1-6
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of scipy to testing
[1]. Due to the nature of this issue, I filed this bug report against
both packages. Can you please investigate the situation and reassign the
bug to the right package?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=scipy

https://ci.debian.net/data/autopkgtest/testing/amd64/l/lmfit-py/14750990/log.gz

=================================== FAILURES
===================================
___________________________ test_ampgo_local_solver
____________________________

minimizer_Alpine02 = <lmfit.minimizer.Minimizer object at 0x7fe60c347700>

    def test_ampgo_local_solver(minimizer_Alpine02):
        """Test AMPGO algorithm with local solver."""
        kws = {'local': 'Nelder-Mead'}

        msg = r'Method Nelder-Mead cannot handle constraints nor bounds'
        with pytest.warns(RuntimeWarning, match=msg):
>           out = minimizer_Alpine02.minimize(method='ampgo', **kws)
E           Failed: DID NOT WARN. No warnings of type (<class
'RuntimeWarning'>,) was emitted. The list of emitted warnings is: [].

tests/test_ampgo.py:65: Failed
___________________________ test_shgo_scipy_vs_lmfit
___________________________

    def test_shgo_scipy_vs_lmfit():
        """Test SHGO algorithm in lmfit versus SciPy."""
        bounds = [(-512, 512), (-512, 512)]
        result_scipy = scipy.optimize.shgo(eggholder, bounds, n=30,
                                           sampling_method='sobol')
>       assert len(result_scipy.xl) == 13
E       assert 6 == 13
E        +  where 6 = len(array([[ 324.99187533,  216.0475439 ],\n
 [-105.87688985,  423.15324143],\n       [-242.97923629,
274.38032063],\n       [-506.25823477,    6.3131022 ],\n       [
91.00922754, -391.28375925],\n       [-219.40615102, -244.06022436]]))
E        +    where array([[ 324.99187533,  216.0475439 ],\n
[-105.87688985,  423.15324143],\n       [-242.97923629,
274.38032063],\n       [-506.25823477,    6.3131022 ],\n       [
91.00922754, -391.28375925],\n       [-219.40615102, -244.06022436]]) =
     fun: -582.3062800548453\n    funl: array([-582.30628005,
-565.99778097, -559.78685655, -557.36868733,\n       -426....,\n
[-506.25823477,    6.3131022 ],\n       [  91.00922754,
-391.28375925],\n       [-219.40615102, -244.06022436]]).xl

tests/test_shgo.py:32: AssertionError
__________________________ test_shgo_scipy_vs_lmfit_2
__________________________

    def test_shgo_scipy_vs_lmfit_2():
        """Test SHGO algorithm in lmfit versus SciPy."""
        bounds = [(-512, 512), (-512, 512)]
        result_scipy = scipy.optimize.shgo(eggholder, bounds, n=60, iters=5,
                                           sampling_method='sobol')
>       assert len(result_scipy.xl) == 39
E       assert 74 == 39
E        +  where 74 = len(array([[ 479.0454122 ,  434.50588415],\n
  [-465.69415426,  385.71669786],\n       [ 347.32696865,
499.41539073],\n ...,\n       [ -86.07840448,   -6.42281733],\n       [
 47.99461331,   -1.55083384],\n       [  31.65189625,  -85.22716952]]))
E        +    where array([[ 479.0454122 ,  434.50588415],\n
[-465.69415426,  385.71669786],\n       [ 347.32696865,
499.41539073],\n ...,\n       [ -86.07840448,   -6.42281733],\n       [
 47.99461331,   -1.55083384],\n       [  31.65189625,  -85.22716952]]) =
     fun: -955.2551521442906\n    funl: array([-955.25515214,
-894.57890039, -888.94912527, -821.19646107,\n       -821....,\n       [
-86.07840448,   -6.42281733],\n       [  47.99461331,   -1.55083384],\n
      [  31.65189625,  -85.22716952]]).xl

tests/test_shgo.py:51: AssertionError

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: lmfit-py
Source-Version: 1.0.2-1
Done: Picca Frédéric-Emmanuel <pi...@debian.org>

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

Debian distribution maintenance software
pp.
Picca Frédéric-Emmanuel <pi...@debian.org> (supplier of updated lmfit-py 
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: Sat, 04 Sep 2021 11:00:36 +0200
Source: lmfit-py
Architecture: source
Version: 1.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Picca Frédéric-Emmanuel <pi...@debian.org>
Closes: 992674
Changes:
 lmfit-py (1.0.2-1) unstable; urgency=medium
 .
   * New upstream version 1.0.2
   * d/control:
     + Used dh-sequence-X
     + Added Build-Depends python3-sympy <!nodoc>
   * d/rules: Simplified thanks to dh-sequence-X
   * d/p/0003-upstream-fix-for-scipy-1.7.0.patch
   * Bug fix: "scipy breaks lmfit-py autopkgtest", thanks to Paul Gevers
     (Closes: #992674).
   * Bump debhelper from old 12 to 13.
   * Update standards version to 4.5.1, no changes needed.
   * Apply multi-arch hints.
     + python-lmfit-doc: Add Multi-Arch: foreign.
Checksums-Sha1:
 e9eb2b265f83be869c8bb9132f1ee73ca1793eda 2694 lmfit-py_1.0.2-1.dsc
 206c94a75c8e7413810f303ea93032bd71faf21f 306039 lmfit-py_1.0.2.orig.tar.gz
 f22a71ee1250a0b2e024ae4d34c9e8bc9d92d8ef 8356 lmfit-py_1.0.2-1.debian.tar.xz
Checksums-Sha256:
 c69e8cd38b085c0db12e03ba4e098b3952ccb058164d00d78a66affe56720f9b 2694 
lmfit-py_1.0.2-1.dsc
 67090ce56685cf7f92bd7358a1e7d4ad862b3758988109ec440e9825e5184b45 306039 
lmfit-py_1.0.2.orig.tar.gz
 fb746f05fdd1ec016d715f4223c95d850289c900cc8d8896515df611ff244fdc 8356 
lmfit-py_1.0.2-1.debian.tar.xz
Files:
 445389ff93e846ceed8d69d8ea0a1741 2694 science optional lmfit-py_1.0.2-1.dsc
 cabedb833e62043e9f5f0a8af0887912 306039 science optional 
lmfit-py_1.0.2.orig.tar.gz
 b1c8f2a452e8d21dcb578d209e981107 8356 science optional 
lmfit-py_1.0.2-1.debian.tar.xz

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

iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAmEzNiERHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALtmhBAApMQfl1wjZrSZ+nmFse/3yAXZ3qWzkSlP
IjsmjLMUig0Wg3Fx78rOURWlrpk6WnSAyIQ/YF/51/k3pK21TNaLGECBBNc5pDwB
8mNLa4u5ln+0GFhi4VHUFNBC2x54qsHoTOgaIBf7B6+tgC504K6JRpMYHn8xBrwJ
/wawzo7wr5p3X4EvROEA6kldjMPscJsA8twHE8W9343G3h4T7vMza2Y2QUjd17Xw
RdTL+rv32TnX7ZDVFkpMJTUg4AaHazvTzZvOAWuH6tep8ilgSKrHMrkKcgB7sR0y
qD0wJ/TPh43vE/oD9NRqLScHDQnzCnygrFOjg6I47cKXOcwR9s/3CyR3lkmfvarw
V5PLzgP8k2pZQjrlwoSlmUMXkQYuYorokxQ5R1F1wGXAuOYvlmUcpDJFM8QKWfW6
+GSov/m/cKZR6CdzZILTyxRPzR5JNetoIo+91Ixwy0miz7lKFlDcyFQ4rOZD7yl0
zJVaoHtSqCFq7ofuB1GtLD3l1yx7HjruV8epXM2sIitdgtU++Y7xw2SMgWr5ujyF
0YJMFSdn5HFawWlIBfExJX56i9CUQZEbyXviEy75pVKRPA2mwdXDUO5XCicXpGhW
Kf5KiNS8AMfMjuyadwitBvhPXsuRSlORgZiobdh8S5HlJFQINj0ZYzNZNlP6nlTq
c5c309YDFEY=
=M4xG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to