8000 Add data test reference · poliastro/poliastro@cb10940 · GitHub
[go: up one dir, main page]

Skip to content
8000
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit cb10940

Browse files
author
Jorge
committed
Add data test reference
1 parent 616528f commit cb10940

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/poliastro/tests/tests_twobody/test_propagation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def test_propagation(method):
5656

5757

5858
def test_gauss():
59+
# These data was taken from problem 5-30 in Battin 1999:
60+
# "An introduction to the Mathematics and Methods of Astrodynamics"
5961
r0 = [0.159321004, 0.579266185, 0.052359607] * u.AU
6062
v0 = [-9.303603251, 3.018641330, 1.536362143] * u.AU / u.year
6163
expected_r = [0.057594337, 0.605750797, 0.068345246] * u.AU

0 commit comments

Comments
 (0)
0