Benjamin Varela

Results 5 issues of Benjamin Varela

I updated the Project.toml file to allow SparseDiffTools version 2

SNOW's Project.toml file does not allow for the newer version of SparseDiffTools. Newer versions of SparseDiffTools add high-level API so it is unlikely that the changes to version 2 will...

When running Snopt on the BYU supercomputer with Julia 1.10 the following error occurs during testing Testing Running tests... [92134] signal (11.1): Segmentation fault in expression starting at /home/bvarela2/.julia/dev/Snopt/test/runtests.jl:8 sninit...

I have added a function: inrange_runtime!(tree::NNTree{V}, points::AbstractVector{T}, radius::Number, runtime_function::Function) that takes in a function as the last argument, and rather than returning the in-range indices, sends the indices to the...

I ran the exact same benchmarks as are in the README, and @batch no longer holds up to @threads. I got the following results serial: 3.031 μs (0 allocations: 0...