From 8c860e3bc12671ad7e650959e5422c6c781513cc Mon Sep 17 00:00:00 2001 From: Jason Bernstein <117031728+JasonBernstein1@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:53:17 -0700 Subject: [PATCH] Fix test of sun's gravitational parameter (#38) Co-authored-by: Jason Bernstein --- tests/test_orbit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_orbit.py b/tests/test_orbit.py index 944a666..6a2644a 100755 --- a/tests/test_orbit.py +++ b/tests/test_orbit.py @@ -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