Skip to content

Commit

Permalink
remove repeated tol in stokes2im
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Aug 19, 2024
1 parent 29d5233 commit 4dfc142
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pfb/utils/stokes2im.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4dfc142

Please sign in to comment.