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.
2 parents 9a4c573 + 2c6390b commit 579888fCopy full SHA for 579888f
src/precompilation.jl
@@ -3,7 +3,7 @@ using PrecompileTools
3
@setup_workload begin
4
@compile_workload begin
5
# VectorOfArray with Vector{Float64}
6
- u_vec = [rand(3) for _ in 1:5]
+ u_vec = [ones(3) for _ in 1:5]
7
va = VectorOfArray(u_vec)
8
9
# Basic indexing operations
0 commit comments