JuliaMath / JuliaMath/Dierckx.jl
Interpolation not type stable?
Open
- Dominant language
- Julia
- Stars
- 173
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
```jl
@code_warntype spline( 0.5 )
```
yields `Any` for the return type, when I tried this today.
Is it me or is it type unstable?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the reported `@code_warntype spline(0.5)` example and inspect the implementation of `spline`. Determine whether the `Any` return type is expected or indicates type instability; done means documenting the result or correcting it with verification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100