Skip to content

Commit 02048c3

Browse files
add issingular test
1 parent decfe35 commit 02048c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/linalg.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ mat = Array(va)
5555
@test size(va') == (size(va', 1), size(va', 2)) == (size(va, 2), size(va, 1))
5656
@test all(va'[i] == mat'[i] for i in eachindex(mat'))
5757
@test Array(va') == mat'
58+
59+
@test !ArrayInterface.issingular(VectorOfArray([rand(2),rand(2)]))

0 commit comments

Comments
 (0)