We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4005bf commit 6bf1a0eCopy full SHA for 6bf1a0e
lineax/_solver/lsmr.py
@@ -86,8 +86,6 @@ def __check_init__(self):
86
"Must specify `atol`, `rtol`, or `max_steps` (or some combination "
87
"of all three)."
88
)
89
- if self.conlim is None:
90
- self.conlim = 1e8
91
92
def init(self, operator: AbstractLinearOperator, options: dict[str, Any]):
93
return operator
0 commit comments