We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ac0ce commit 8b4f756Copy full SHA for 8b4f756
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