From cc5e0aee366205a399a04dcd1ec7945774aa8e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Schl=C3=B6mer?= Date: Sun, 25 Apr 2021 20:42:01 +0200 Subject: [PATCH] readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f17ed28..f7f2083 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ and `info` contains some useful data, e.g., `info.resnorms`. The methods are wra around [SciPy's iterative solvers](https://docs.scipy.org/doc/scipy/reference/sparse.linalg.html). +Relevant issues: + * [inconsistent number of callback calls between cg, minres](https://github.com/scipy/scipy/issues/13936) + #### SciPy minimization ```python