Skip to content

Commit e18e5f9

Browse files
committed
fixup! fixup! TEMP: Debug Cholesky non-PosDef fail
1 parent 5f761ff commit e18e5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tests = [
1616
("Array - Core", "array/core.jl"),
1717
("Array - Copyto", "array/copyto.jl"),
1818
("Array - MapReduce", "array/mapreduce.jl"),
19-
("Array - LinearAlgebra - Matmul", "array/linalg/matmul.jl"),
19+
#("Array - LinearAlgebra - Matmul", "array/linalg/matmul.jl"),
2020
("Array - LinearAlgebra - Cholesky", "array/linalg/cholesky.jl"),
2121
("Caching", "cache.jl"),
2222
("Disk Caching", "diskcaching.jl"),

0 commit comments

Comments
 (0)