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 630b9de commit 57c42f4Copy full SHA for 57c42f4
test/elasticarray.jl
@@ -55,6 +55,7 @@ using Random, LinearAlgebra
55
56
@testset "size, length and index style" begin
57
let A = ElasticArray{Float32}(undef, 2, 5)
58
+ rand!(A)
59
@test vec(A) === A.data
60
@test vec(A) == vec(Array(A))
61
end
0 commit comments