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 deprecation warning when calling scipy conjugate gradient #18

Open
btalamini opened this issue Jun 22, 2022 · 0 comments
Open

Fix deprecation warning when calling scipy conjugate gradient #18

btalamini opened this issue Jun 22, 2022 · 0 comments

Comments

@btalamini
Copy link
Collaborator

The calls to the CG solver are using a deprecated interface:

DeprecationWarning: scipy.sparse.linalg.cg called without specifying atol. The default value will be changed in a future release. For compatibility, specify a value for atol explicitly, e.g., cg(..., atol=0), or to retain the old behavior cg(..., atol='legacy')

@btalamini btalamini changed the title Fix deprecation warning when calling scipy conjugate grandient Fix deprecation warning when calling scipy conjugate gradient Jun 22, 2022
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

1 participant