LLNL / SSAPy

A Python package allowing for fast and precise orbital modeling.
https://software.llnl.gov/SSAPy/
MIT License
36 stars 8 forks source link

Fix test of sun's gravitational parameter #38

Open JasonBernstein1 opened 2 months ago

JasonBernstein1 commented 2 months ago

The test_musun() test in tests/test_orbit.py currently fails because the module ssapy.constants has no attribute GM_SUN. This pull request fixes the test so that it passes by replacing ssapy.constants.GM_SUN with ssapy.constants.SUN_MU.