Skip to content

Commit 6bf1a0e

Browse files
Remove spurious assignment
1 parent d4005bf commit 6bf1a0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lineax/_solver/lsmr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ def __check_init__(self):
8686
"Must specify `atol`, `rtol`, or `max_steps` (or some combination "
8787
"of all three)."
8888
)
89-
if self.conlim is None:
90-
self.conlim = 1e8
9189

9290
def init(self, operator: AbstractLinearOperator, options: dict[str, Any]):
9391
return operator

0 commit comments

Comments
 (0)