Skip to content

Commit

Permalink
Fix test of sun's gravitational parameter (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Bernstein <[email protected]>
  • Loading branch information
JasonBernstein1 and Jason Bernstein authored Jan 9, 2025
1 parent 3a851b4 commit 8c860e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_orbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ def test_musun():
# failing example.

a = u.AU.to(u.m)
mu = ssapy.constants.GM_SUN
mu = ssapy.constants.SUN_MU
e = 0.001
i = 0.001
pa = 0.001
Expand Down

0 comments on commit 8c860e3

Please sign in to comment.