This fills a vector with the same empty vector of Float64
. If you want them all to be separate you can change this to
entryvalues = [Float64[] for _ in 1:length(entries)]
See also PSA: how to quote code with backticks for formatting your code.
This fills a vector with the same empty vector of Float64
. If you want them all to be separate you can change this to
entryvalues = [Float64[] for _ in 1:length(entries)]
See also PSA: how to quote code with backticks for formatting your code.