Closed longemen3000 closed 1 year ago
Is this because you were using something like float32 ? Would be good to have a test here.
Would be good to have a test here.
This actually fixes an existing test that's failing on master. See e.g. the CI log for the most recent commit: https://github.com/JuliaNLSolvers/NLSolvers.jl/actions/runs/4686200423/jobs/8304028701
It was failing because the length γv0 was effective memory (0 in that part of the code) instead of the full memory Before #47, it was passing because it wasn't using restricted memory anyway
@pkofod does this require any specific test? given the comments
tests pass locally.