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

SPEXpy: invalid reference to scipy.Inf #848

Open
svillemot opened this issue Jul 5, 2024 · 2 comments
Open

SPEXpy: invalid reference to scipy.Inf #848

svillemot opened this issue Jul 5, 2024 · 2 comments

Comments

@svillemot
Copy link
Contributor

At least on Debian, the following line triggers an error:

if linalg.norm(A-A.T, scipy.Inf) > tol:

There is apparently no scipy.Inf. Replacing it with numpy.Inf fixes it.

@LoreMD
Copy link

LoreMD commented Jul 9, 2024

Thanks for reporting.
This has been fixed in SPEX 3.2.0.

@DrTimothyAldenDavis
Copy link
Owner

It's been fixed here: https://github.com/clouren/SPEX/tree/SPEX-3.2.0 .
We'll copy those changes into the SuiteSparse repo here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants