Skip to content

Commit 6c2b4ef

Browse files
committed
Remove tests that do not pass without backporting #13166
1 parent e573436 commit 6c2b4ef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/sparsedir/sparse.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,16 +1152,10 @@ let A = 2. * speye(5,5)
11521152
end
11531153

11541154
let
1155-
A = spdiagm(rand(5)) + sprandn(5,5,0.2) + im*sprandn(5,5,0.2)
1156-
A = A + A'
1157-
@test abs(det(factorize(Hermitian(A)))) abs(det(factorize(full(A))))
11581155
A = spdiagm(rand(5)) + sprandn(5,5,0.2) + im*sprandn(5,5,0.2)
11591156
A = A*A'
11601157
@test abs(det(factorize(Hermitian(A)))) abs(det(factorize(full(A))))
11611158
A = spdiagm(rand(5)) + sprandn(5,5,0.2)
1162-
A = A + A.'
1163-
@test abs(det(factorize(Symmetric(A)))) abs(det(factorize(full(A))))
1164-
A = spdiagm(rand(5)) + sprandn(5,5,0.2)
11651159
A = A*A.'
11661160
@test abs(det(factorize(Symmetric(A)))) abs(det(factorize(full(A))))
11671161
@test_throws ErrorException chol(A)

0 commit comments

Comments
 (0)