Skip to content

Commit 4c9c37f

Browse files
Redo #32205 - PosDef exception is too specific. (#51864)
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
1 parent dbfa2fe commit 4c9c37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exceptions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Base.showerror(io::IO, ex::PosDefException)
3838
else
3939
print(io, "positive definite")
4040
end
41-
print(io, "; Cholesky factorization failed.")
41+
print(io, "; Factorization failed.")
4242
end
4343

4444
struct RankDeficientException <: Exception

0 commit comments

Comments
 (0)