Moved JPL Horizons file for DeltaT so it doesn't break unit tests.

I downloaded the airless_Moon_dt.txt file from JPL Horizons so that
I could reverse engineer their DeltaT function. But keeping it in
the horizons directory caused unit test breakage. Moved to delta_t
directory so dtplot can still use it to make graphs.
This commit is contained in:
Don Cross
2020-05-15 14:16:11 -04:00
parent 3b521d65b5
commit f2ee3d38b8
3 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ Fail()
OUT_EXTRAP=delta_t/dt_extrapolate.csv
OUT_ACTUAL=delta_t/dt_actual.csv
JPL_DATA=horizons/airless_Moon_dt.txt
JPL_DATA=delta_t/airless_Moon_dt.txt
rm -f "${OUT_EXTRAP}" "${OUT_ACTUAL}"
./build || Fail "Cannot build generate program."