diff --git a/test/bug.jl b/test/bug.jl deleted file mode 100644 index bcbb3a0..0000000 --- a/test/bug.jl +++ /dev/null @@ -1,11 +0,0 @@ -using Test - -@testset "Bug" begin - println("preallocating") - w = Vector{Vector{Float64}}(undef, 248) - for i=1:length(w) - w[i] = [0.] - end - println("preallocated") - @test w[1][1] == 0. -end \ No newline at end of file