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 37fd645 commit aca80ffCopy full SHA for aca80ff
‎src/spectrum.jl‎
@@ -276,8 +276,8 @@ function _spectrum(
276
βₖδₖ = dot(wₖ, vₖ)
277
if βₖδₖ ≈ 0.0
278
if solver.verbose > 0
279
- warn("spectrum(): solver::Lanczos experienced orthogonality breakdown after $(k) iterations")
280
- warn("spectrum(): βₖδₖ = $(βₖδₖ)")
+ @warn "spectrum(): solver::Lanczos experienced orthogonality breakdown after $(k) iterations"
+ @warn "spectrum(): βₖδₖ = $(βₖδₖ)"
281
end
282
break
283
0 commit comments