Skip to content

Commit aca80ff

Browse files
committed
🙈 Oops
1 parent 37fd645 commit aca80ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/spectrum.jl‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ function _spectrum(
276276
βₖδₖ = dot(wₖ, vₖ)
277277
if βₖδₖ ≈ 0.0
278278
if solver.verbose > 0
279-
warn("spectrum(): solver::Lanczos experienced orthogonality breakdown after $(k) iterations")
280-
warn("spectrum(): βₖδₖ = $(βₖδₖ)")
279+
@warn "spectrum(): solver::Lanczos experienced orthogonality breakdown after $(k) iterations"
280+
@warn "spectrum(): βₖδₖ = $(βₖδₖ)"
281281
end
282282
break
283283
end

0 commit comments

Comments
 (0)