Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 02d017f

Browse files
committed
Move deprecation warning fix to another ticket
1 parent cab17dc commit 02d017f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/tests/books/computational-mathematics-with-sagemath/linsolve_doctest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
357357
Sage example in ./linsolve.tex, line 2609::
358358
359-
sage: from scipy.sparse.linalg import factorized
359+
sage: from scipy.sparse.linalg.dsolve import *
360360
sage: from scipy.sparse import lil_matrix
361361
sage: from numpy import array
362362
sage: n = 200

0 commit comments

Comments
 (0)