Skip to content

Commit

Permalink
Redo JuliaLang#32205 - PosDef exception is too specific. (JuliaLang#5…
Browse files Browse the repository at this point in the history
…1864)

Co-authored-by: Ian Butterworth <[email protected]>
  • Loading branch information
ViralBShah and IanButterworth committed Oct 28, 2023
1 parent f7b8e6b commit 57c7c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/src/exceptions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Base.showerror(io::IO, ex::PosDefException)
else
print(io, "positive definite")
end
print(io, "; Cholesky factorization failed.")
print(io, "; Factorization failed.")
end

struct RankDeficientException <: Exception
Expand Down

0 comments on commit 57c7c00

Please sign in to comment.