Skip to content

Commit

Permalink
Trac #33336: Fix deprecation warning with scipy 1.8.
Browse files Browse the repository at this point in the history
URL: https://trac.sagemath.org/33336
Reported by: arojas
Ticket author(s): Antonio Rojas
Reviewer(s): Matthias Koeppe
  • Loading branch information
Release Manager committed Feb 21, 2022
2 parents a64514b + 9c8235e commit 016f864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
Sage example in ./linsolve.tex, line 2609::
sage: from scipy.sparse.linalg.dsolve import *
sage: from scipy.sparse.linalg import factorized
sage: from scipy.sparse import lil_matrix
sage: from numpy import array
sage: n = 200
Expand Down

0 comments on commit 016f864

Please sign in to comment.