ericagol / NbodyGradient.jl

N-body integrator computes derivatives with respect to initial conditions for TTVs, RV, Photodynamics & more
MIT License
20 stars 9 forks source link

Output time step #75

Open ericagol opened 3 years ago

ericagol commented 3 years ago

I think these lines of code may need updating:

https://github.com/ericagol/NbodyGradient.jl/blob/9a0ecc99647eaa91e58068ece6f3c30c999d318f/src/outputs/Outputs.jl#L28-L33

to match

https://github.com/ericagol/NbodyGradient.jl/blob/9a0ecc99647eaa91e58068ece6f3c30c999d318f/src/transits/Transits.jl#L102-L104