moble / PostNewtonian.jl

Orbital dynamics and waveforms for binary black-hole systems, in the post-Newtonian approximation
MIT License
12 stars 1 forks source link

Remove workaround #40

Closed moble closed 4 months ago

moble commented 5 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.

moble commented 5 months ago

Looks like this is ready to go, along with an update to the requirements for DataInterpolations to v5.1.0