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

Problem with linear system solution through cholesky decomposition #4

Closed
okamiRvS opened this issue May 21, 2020 · 2 comments
Closed

Comments

@okamiRvS
Copy link

I followed all the instructions, when I execute cholesky decomposition function works, but then it return me an error when I try to solve the system. In particular, I can do the first line, but not the last line of the following code:

factor = cholesky(A)
x = factor(b)

the error that I received is:
SystemError: <sksparse.cholmod.Factor object at 0x0000010810BC93A0> returned a result with an error set

Also, I debugged test_cholmod.py and it give me the same errors but I haven't idea of how solve thise issue.

Thank you so much,
Umberto.

@okamiRvS
Copy link
Author

Ok I resolved, not using scikit-sparse-0.4.3, but the last version 0.4.4 downloanding it here.

I changed the setup.py of 0.4.4 version with this setup.py.

@xmlyqing00
Copy link
Owner

Hi @okamiRvS , Thank you for your information. That's very helpful.

I will consider upgrading my scikit-sparse version from 0.4.3 to 0.4.4

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

2 participants