Skip to content
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

Fix tests for scipy 1.14 #377

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Fix tests for scipy 1.14 #377

merged 1 commit into from
Jun 27, 2024

Conversation

ffl096
Copy link
Member

@ffl096 ffl096 commented Jun 27, 2024

SciPy 1.14 removed to .A property on sparse matrices to transform into a dense NumPy array. Use .toarray() instead.

@ffl096 ffl096 added the bug Something isn't working label Jun 27, 2024
@ffl096 ffl096 self-assigned this Jun 27, 2024
@ffl096 ffl096 merged commit ced2e43 into main Jun 27, 2024
9 checks passed
@ffl096 ffl096 deleted the frantzen/scipy-fix branch June 27, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant