Python: planet apsis search is working.

This commit is contained in:
Don Cross
2020-01-06 20:49:49 -05:00
parent cdf9c6955e
commit 7892b797ba
8 changed files with 655 additions and 67 deletions

View File

@@ -9,7 +9,8 @@ python3 --version || Fail "Cannot print python version"
python3 test.py rotation || Fail "Failed Python rotation tests."
python3 test.py refraction || Fail "Failed Python refraction tests."
python3 test.py time || Fail "Failure reported by test.py (time)"
python3 test.py apsis || Fail "Failed Python apsis tests."
python3 test.py lunar_apsis || Fail "Failed Python lunar apsis tests."
python3 test.py planet_apsis || Fail "Failed Python planet apsis tests."
python3 test.py magnitude || Fail "Failed Python magnitude tests."
python3 test.py moon || Fail "Failure reported by test.py (moon)"
python3 test.py seasons seasons/seasons.txt || Fail "Failed Python seasons test."
@@ -27,4 +28,5 @@ time python3 test.py astro_check > temp/py_check.txt || Fail "Failure in Python
./generate check temp/py_check.txt || Fail "Verification failure for Python unit test output."
./ctest diff temp/{py,c}_check.txt || Fail "Diff(py,js) failure."
echo "$0: PASS"
exit 0