Most of the precompilation time of PlanetaryEphemeris is spent taylorizing the functions in src/dynamical_model. Therefore, in this PR I propose to include a new file src/jetcoeffs with the code generated by @taylorize. Also, I've updated the version of TaylorSeries.
I've run scripts/integrate_ephemeris.jl and the results of the integration do not change with the commits in this PR.
Most of the precompilation time of
PlanetaryEphemeris
is spent taylorizing the functions insrc/dynamical_model
. Therefore, in this PR I propose to include a new filesrc/jetcoeffs
with the code generated by@taylorize
. Also, I've updated the version ofTaylorSeries
.I've run
scripts/integrate_ephemeris.jl
and the results of the integration do not change with the commits in this PR.