Commit c26d5ef
Use silent linear verbosity by default to avoid BLAS errors
Change the default linear_verbosity from Minimal() to None() in
NonlinearVerbosity to prevent BLAS errors from being emitted when
the linear solver encounters singular matrices. These errors are
not fatal in the nonlinear solver context since the solver
handles singular matrices gracefully by falling back to QR.
Fixes #739
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 43ddc35 commit c26d5ef
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
135 | 137 | | |
136 | | - | |
| 138 | + | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| |||
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | | - | |
| 175 | + | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
| |||
0 commit comments