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 with scipy 1.8. #33336

Closed
antonio-rojas opened this issue Feb 13, 2022 · 6 comments
Closed

Fix deprecation warning with scipy 1.8. #33336

antonio-rojas opened this issue Feb 13, 2022 · 6 comments

Comments

@antonio-rojas
Copy link
Contributor

Component: packages: standard

Author: Antonio Rojas

Branch/Commit: 9c8235e

Reviewer: Matthias Koeppe

Issue created by migration from https://trac.sagemath.org/ticket/33336

@antonio-rojas antonio-rojas added this to the sage-9.6 milestone Feb 13, 2022
@antonio-rojas
Copy link
Contributor Author

@antonio-rojas
Copy link
Contributor Author

comment:2

Fixes

**********************************************************************
File "/usr/lib/python3.10/site-packages/sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py", line 359, in sage.tests.books.computational-mathematics-with-sagemath.linsolve_doctest
Failed example:
    from scipy.sparse.linalg.dsolve import *
Expected nothing
Got:
[...]
    DeprecationWarning: Please use `MatrixRankWarning` from the `scipy.sparse.linalg` namespace, the `scipy.sparse.linalg.eigen` namespace is deprecated.
    doctest:warning
[...]

New commits:

9c8235eFix deprecation warning with scipy 1.8

@antonio-rojas
Copy link
Contributor Author

Author: Antonio Rojas

@antonio-rojas
Copy link
Contributor Author

Commit: 9c8235e

@mkoeppe
Copy link
Member

mkoeppe commented Feb 13, 2022

Reviewer: Matthias Koeppe

@vbraun
Copy link
Member

vbraun commented Feb 21, 2022

Changed branch from u/arojas/fix_deprecation_warning_with_scipy_1_8_ to 9c8235e

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

No branches or pull requests

3 participants