Skip to content

Commit f043f9f

Browse files
dkarrascharaujoms
andcommitted
Update test/cholesky.jl
Co-authored-by: Mateus Araújo <[email protected]>
1 parent b75ee73 commit f043f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cholesky.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ end
499499
@test C.L * C.U M
500500
end
501501
# test LowerTriangular version
502-
M = Hermitian(Bidiagonal(fill(2.0, 4), ones(3), :L), :L)
502+
M = Hermitian(Bidiagonal(fill(2.0, 4), im * ones(3), :L), :L)
503503
C = cholesky!(copy(M))
504504
@test C.L * C.U M
505505
end

0 commit comments

Comments
 (0)