Your message dated Sun, 29 Jan 2023 11:40:33 +0000
with message-id <[email protected]>
and subject line Bug#1029692: fixed in scipy 1.10.0-2
has caused the Debian Bug report #1029692,
regarding gwcs: tests fail with scipy 1.10
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.)


-- 
1029692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029692
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gwcs
Version: 0.18.3-1
Severity: normal

scipy 1.10 is now available in experimental.
gwcs fails debci tests using it.

We are considering uploading scipy 1.10 to unstable in order to
included it in the forthcoming stable release.  If we proceed with
that, then this bug will become Severity: serious.

The errors are ValueError: buffer source array is read-only
A sample from the failing test log is

__________________________ test_to_fits_tab_miri_lrs ___________________________

    def test_to_fits_tab_miri_lrs():
        af = asdf.open(get_pkg_data_filename('data/miri_lrs_wcs.asdf'))
        w = af.tree['wcs']
    
        # FITS WCS -TAB:
>       hdr, bt = w.to_fits(sampling=0.25)

/usr/lib/python3/dist-packages/gwcs/tests/test_wcs.py:1027: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python3/dist-packages/gwcs/wcs.py:2447: in to_fits
    hdr, bin_table_hdu = self._to_fits_tab(
/usr/lib/python3/dist-packages/gwcs/wcs.py:2631: in _to_fits_tab
    transform(*xyz),
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1136: in __call__
    outputs = self._generic_evaluate(evaluate, inputs, fill_value, with_bbox)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1098: in 
_generic_evaluate
    outputs = evaluate(_inputs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3352: in evaluate
    return self._evaluate(*_inputs, **kwargs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3380: in _evaluate
    leftval = self.left(*args, **kw)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1136: in __call__
    outputs = self._generic_evaluate(evaluate, inputs, fill_value, with_bbox)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1098: in 
_generic_evaluate
    outputs = evaluate(_inputs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3352: in evaluate
    return self._evaluate(*_inputs, **kwargs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3380: in _evaluate
    leftval = self.left(*args, **kw)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1136: in __call__
    outputs = self._generic_evaluate(evaluate, inputs, fill_value, with_bbox)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1098: in 
_generic_evaluate
    outputs = evaluate(_inputs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3352: in evaluate
    return self._evaluate(*_inputs, **kwargs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3395: in _evaluate
    return self.right(*leftval, **kw)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1136: in __call__
    outputs = self._generic_evaluate(evaluate, inputs, fill_value, with_bbox)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1098: in 
_generic_evaluate
    outputs = evaluate(_inputs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3352: in evaluate
    return self._evaluate(*_inputs, **kwargs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3388: in _evaluate
    rightval = self.right(*(args[self.left.n_inputs :]), **kw)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1136: in __call__
    outputs = self._generic_evaluate(evaluate, inputs, fill_value, with_bbox)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1098: in 
_generic_evaluate
    outputs = evaluate(_inputs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3352: in evaluate
    return self._evaluate(*_inputs, **kwargs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:3397: in _evaluate
    return self.right(leftval, **kw)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:424: in __call__
    new_call = make_function_with_signature(
/usr/lib/python3/dist-packages/astropy/modeling/core.py:401: in __call__
    return super(cls, self).__call__(*inputs, **kwargs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1136: in __call__
    outputs = self._generic_evaluate(evaluate, inputs, fill_value, with_bbox)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:1098: in 
_generic_evaluate
    outputs = evaluate(_inputs)
/usr/lib/python3/dist-packages/astropy/modeling/core.py:984: in evaluate
    return self.evaluate(*chain(_inputs, parameters))
/usr/lib/python3/dist-packages/astropy/modeling/tabular.py:242: in evaluate
    result = interpn(
/usr/lib/python3/dist-packages/scipy/interpolate/_rgi.py:654: in interpn
    return interp(xi)
/usr/lib/python3/dist-packages/scipy/interpolate/_rgi.py:331: in __call__
    indices, norm_distances = self._find_indices(xi.T)
/usr/lib/python3/dist-packages/scipy/interpolate/_rgi.py:499: in _find_indices
    return find_indices(self.grid, xi)
_rgi_cython.pyx:95: in scipy.interpolate._rgi_cython.find_indices
    ???
stringsource:660: in View.MemoryView.memoryview_cwrapper
    ???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   ???
E   ValueError: buffer source array is read-only

stringsource:350: ValueError

--- End Message ---
--- Begin Message ---
Source: scipy
Source-Version: 1.10.0-2
Done: Drew Parsons <[email protected]>

We believe that the bug you reported is fixed in the latest version of
scipy, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Drew Parsons <[email protected]> (supplier of updated scipy 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 [email protected])


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

Format: 1.8
Date: Sun, 29 Jan 2023 10:13:42 +0100
Source: scipy
Architecture: source
Version: 1.10.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Drew Parsons <[email protected]>
Closes: 1029692
Changes:
 scipy (1.10.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Andreas Tille ]
   * Add missing copyright for submodules
 .
   [ Drew Parsons ]
   * update debian/tests
     - i386: fix test skips
     - armel: skip test_brunnermunzel_normal_dist
     - armhf with openblas: skip test_pdist_calling_conventions
       test_pdist_dtype_equivalence test_striding
     - s390x with atlas: skip test_aligned_mem
   * debian patch readonly_interpolate_PR17717.patch applies upstream
     PR17717 to fix interpolate.interpn. Closes: #1029692.
   * drop debian patch fix_numpy1.24_PR17035.patch (applied upstream)
Checksums-Sha1:
 be99048d200fa553f17b030d275428ed300831f7 3208 scipy_1.10.0-2.dsc
 5ea9137a3068acb8f5a17eba99493f1ace2e4506 37860 scipy_1.10.0-2.debian.tar.xz
 ae5b47ab98ade2f03ecd8bde53cd6c7f8255b8c5 10890 scipy_1.10.0-2_source.buildinfo
Checksums-Sha256:
 64b0d0611df1f354a70f5e7d048170cb64734c859401a47fba7db91a970f1434 3208 
scipy_1.10.0-2.dsc
 5a278c48fe2f6e79913bbee35f4e65e3aa71dbb13a04d958430e55dbe8a5612a 37860 
scipy_1.10.0-2.debian.tar.xz
 8471277b56de74c3c043ae58cf9640db7c72ac0f1d4618b5d56bb0af95454289 10890 
scipy_1.10.0-2_source.buildinfo
Files:
 44439af8640b54a7008ec233fe1ca889 3208 python optional scipy_1.10.0-2.dsc
 1318e377d252cfb4fbc69aeb756cd509 37860 python optional 
scipy_1.10.0-2.debian.tar.xz
 10562219095af6138bccf9af8d46ef84 10890 python optional 
scipy_1.10.0-2_source.buildinfo

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

iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmPWSswUHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfqghw/+MnabMVpWkAYHkXOueTSqRpMnHowe
6WmkA+gpcmZPKLRD9kDUSYJY2b2jeckeNh/XZGlUKIltb8vN1jFeA3c2KxMAkrFJ
+CCxGPwxTKTUHwA/QstD1nAgh0Kq9exFl+SCXu86D/hIMCQiyykLvpLkSwn2jdAK
6LODrIxofgLUyt8B7+KBeYH0TE6RhIXuYl9DY4hD1uvWkImVkr25zwvDImhfykJm
TYmG7vhto/4brWv5tXjZgQu5nKsaukaVRgNCq4Drt1PZQaAlGCcOFAUtmcBFBtQP
2Ap1h6qrE2GEOM4vwv6LU8ye1nE+4io4TaudQJi2cq/11Tdk/HJV6krqqmMI0MtD
45L31KV/q5gvG2EtCsbePq2+um9FQGsx8UJht56SjI3Pe07uYCPV2QgRyw8VXMCO
ka4imJ1bU6QV/747owwZwy2zGFUs5p2Ym7WFdiiN0al/EHtgFYMjCkdj5L/OBxve
vnZEck8JA1mPGjz6WXwnYY926N/TsUGA3cQV4fO30xEUAEamrhXFdh471+U5LTrV
fd8iPNBEOFoKMk3xAeFeH5urN5esN2fdlo7d6+VOZpQ9ArnjoJdz4INLBnLwV98h
eYauC9D7mJ2dSubrICjWChQXvKId2XmPeqb2t6YtPDwWPV6O9K/kHE24JIyIm4Qr
IPqNc7IQmDAtBjg=
=zg31
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to