-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Deprecation of scipy.sparse.coo_matrix.A in scipy 1.14 #644
Comments
Fix of the bug: change coo_matrix.A by coo_matrix.to_array() |
Hey @jo460464 , Try installing the latest development version of elephant with: pip install git+ssh://[email protected]/NeuralEnsemble/elephant.git@main |
I am already at the most recent I think, is there a newer version than 1.1.0 |
I mean I see that #636 describes my bug, but in my installation at least it is still present |
But in the problem seems to be local, thanks Moritz |
Describe the bug
Running spade produces AttributeError
To Reproduce
AttributeError: 'coo_matrix' object has no attribute 'A'
Expected behavior
Environment
conda
,pip
, source): pipneo
python package version: 0.13.3elephant
python package version: 1.1The text was updated successfully, but these errors were encountered: