We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4ed25 commit 93a3c7cCopy full SHA for 93a3c7c
test/linalg.jl
@@ -56,4 +56,4 @@ mat = Array(va)
56
@test all(va'[i] == mat'[i] for i in eachindex(mat'))
57
@test Array(va') == mat'
58
59
-@test !ArrayInterface.issingular(VectorOfArray([rand(2),rand(2)]))
+@test !ArrayInterface.issingular(VectorOfArray([rand(2), rand(2)]))
0 commit comments