Skip to content

Commit 93ec9f5

Browse files
committed
fix test
1 parent d35d820 commit 93ec9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cholmod.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ end
10281028
Bt = Matrix(B')
10291029
Bts = sparse(B')
10301030

1031-
F = factorize(A')
1031+
F = cholesky(A')
10321032
@test F \ B F \ Bt'
10331033
@test F \ B F \ Bts'
10341034
@test issparse(F \ Bts')

0 commit comments

Comments
 (0)