JuliaMath / JuliaMath/Interpolations.jl
Stack Overflow
Open
- Dominant language
- Julia
- Stars
- 575
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
This used to work in previous releases, but now I get a stack overflow.
```julia
using Interpolations
itp = interpolate(ones(100,100), BSpline(Linear()));
r = itp[2.2, 33.3]
ERROR: StackOverflowError:
```
I am using a fresh environment (Version 0.16.1) on Julia 1.11.5 (Windows 11). Did the user-interface change? Am I doing anything wrong here?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.