Skip to content

Commit

Permalink
test(ephemeris): updated et1 to reflect new csd zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin Leung authored and jrs65 committed Apr 28, 2021
1 parent 1431fde commit 2b46683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_ephemeris.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def test_csd():
)

# Check a specific precalculated CSD
csd1 = -1.1848347442894998
csd1 = -1.1848449724498247

assert ephemeris.csd(et1) == approx(csd1, abs=1e-7)

# Check vectorization
Expand Down

0 comments on commit 2b46683

Please sign in to comment.