Skip to content

Commit

Permalink
FIX/DOC: lsqr doctests print failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed May 26, 2021
1 parent c73cddc commit f9fb404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scipy/sparse/linalg/isolve/lsqr.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def lsqr(A, b, damp=0.0, atol=1e-8, btol=1e-8, conlim=1e8,
>>> b = np.array([0., 0., 0.], dtype=float)
>>> x, istop, itn, normr = lsqr(A, b)[:4]
The exact solution is x = 0
>>> istop
0
>>> x
Expand Down

0 comments on commit f9fb404

Please sign in to comment.