Closed ChrisRackauckas closed 4 years ago
similar should be avoided with big arrays for this very reason
Sorry I don't understand. This PR seems to have introduced an inability to handle uninitialised arrays. If it used similar
as before, then it would never call getindex
on its input. What's the purpose of making it sensitive to uninitialised contents?
Why was this changed?
It might be causing https://github.com/JuliaNLSolvers/LsqFit.jl/pull/168, by reading from the other uninitialised arrays to create this one.