From 82dfc179a6bccf562be9aa8f5f47d9b774a9b238 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen <pauli.t.virtanen@jyu.fi> Date: Thu, 25 Apr 2024 16:13:31 +0300 Subject: [PATCH] solver: silence warning --- usadelndsoc/solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usadelndsoc/solver.py b/usadelndsoc/solver.py index f8ca009..671fbd8 100644 --- a/usadelndsoc/solver.py +++ b/usadelndsoc/solver.py @@ -1094,7 +1094,7 @@ def _self_consistency( dx, info = lgmres( A, -F, - tol=0.1 * tol, + rtol=0.1 * tol, atol=0, maxiter=l_maxiter, inner_m=l_inner_m, -- GitLab