From 4dfc1426f29712b1707f1236d5f328c8f8a18291 Mon Sep 17 00:00:00 2001 From: landmanbester Date: Mon, 19 Aug 2024 18:39:12 +0200 Subject: [PATCH] remove repeated tol in stokes2im --- pfb/utils/stokes2im.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pfb/utils/stokes2im.py b/pfb/utils/stokes2im.py index f3e52d636..b47f1b0b0 100644 --- a/pfb/utils/stokes2im.py +++ b/pfb/utils/stokes2im.py @@ -313,7 +313,6 @@ def single_stokes_image( residual, x0=np.zeros_like(residual), # M=precond, - tol=opts.cg_tol, minit=1, tol=opts.cg_tol, maxit=opts.cg_maxit,