mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 06:17:03 -04:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user