Closed moble closed 4 months ago
Once SciML/DataInterpolations.jl#254 is closed, undo this extra step:
https://github.com/moble/PostNewtonian.jl/blob/38c6fe31d7ce1ddeaf8d2e02db79c1aa72b2cceb/src/dynamics/orbital_evolution.jl#L80-L81
I think CubicSpline(t, Φ)(Φrange) is what we need here.
CubicSpline(t, Φ)(Φrange)
Looks like this is ready to go, along with an update to the requirements for DataInterpolations to v5.1.0
Once SciML/DataInterpolations.jl#254 is closed, undo this extra step:
https://github.com/moble/PostNewtonian.jl/blob/38c6fe31d7ce1ddeaf8d2e02db79c1aa72b2cceb/src/dynamics/orbital_evolution.jl#L80-L81
I think
CubicSpline(t, Φ)(Φrange)
is what we need here.