Your message dated Mon, 25 Nov 2024 14:53:15 +0100
with message-id <[email protected]>
and subject line Re: dipy: test_fss_single_point_slines fails with scipy 1.14
has caused the Debian Bug report #1079674,
regarding dipy: test_fss_single_point_slines fails with scipy 1.14
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.)


-- 
1079674: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1079674
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: dipy
Version: 1.9.0-5
Severity: normal

scipy 1.14 (in experimental) is causing dipy to fail tests, apparently
due to an API change:

1268s _________________________ test_fss_single_point_slines 
_________________________
1268s 
1268s     def test_fss_single_point_slines():
1268s         slines = [np.array([[1.0, 1.0, 1.0]]),
1268s                   np.array([[0.0, 1.0, 2.0]])]
1268s         fss = FastStreamlineSearch(slines, max_radius=4.0, nb_mpts=4, 
bin_size=20.0,
1268s                                    resampling=24, bidirectional=False)
1268s         res = fss.radius_search(slines, radius=4.0)
1268s         # 2x2 matrix with 4 element
1268s         assert_true(res.nnz == 4)
1268s >       mat = res.A
1268s E       AttributeError: 'coo_matrix' object has no attribute 'A'
1268s 
1268s dipy/segment/tests/test_fss.py:108: AttributeError


Test log at
https://ci.debian.net/packages/d/dipy/unstable/amd64/50977825/

--- End Message ---
--- Begin Message ---
Version: 1.10.0~rc1-2

The new upstream snapshot of dipy passes its tests using scipy 1.14: 
https://ci.debian.net/packages/d/dipy/testing/amd64/54650601/

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to