Skip to content

Commit 8c860e3

Browse files
JasonBernstein1Jason Bernstein
and
Jason Bernstein
authored
Fix test of sun's gravitational parameter (#38)
Co-authored-by: Jason Bernstein <bernstein8@llnl.gov>
1 parent 3a851b4 commit 8c860e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_orbit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ def test_musun():
18861886
# failing example.
18871887

18881888
a = u.AU.to(u.m)
1889-
mu = ssapy.constants.GM_SUN
1889+
mu = ssapy.constants.SUN_MU
18901890
e = 0.001
18911891
i = 0.001
18921892
pa = 0.001

0 commit comments

Comments
 (0)