Skip to content

Commit 80a9af7

Browse files
committed
Add test for setting H and G
1 parent 4ac4e0e commit 80a9af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

astroquery/jplhorizons/tests/test_jplhorizons_remote.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def test_ephemerides_query(self):
3535

3636
assert_quantity_allclose(
3737
[2451544.5,
38+
3.33, .120,
3839
188.7028, 9.09829, 34.40955, -2.68359,
3940
96.17083,
4041
161.3828, 10.4528, 2.551099027865, 0.1744491,
@@ -45,6 +46,7 @@ def test_ephemerides_query(self):
4546
71.545654,
4647
0.0, 0.0],
4748
[res['datetime_jd'],
49+
res['H'], res['G'],
4850
res['RA'], res['DEC'], res['RA_rate'], res['DEC_rate'],
4951
res['illumination'],
5052
res['EclLon'], res['EclLat'], res['r'], res['r_rate'],

0 commit comments

Comments
 (0)