Skip to content

Commit 6e53bba

Browse files
committed
Cleanup to make tests pass
1 parent 96e0bc4 commit 6e53bba

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

astroquery/jplhorizons/tests/test_jplhorizons.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22

3-
from curses.ascii import HT
4-
from multiprocessing import Value
53
import pytest
64
import os
75
from collections import OrderedDict
86

97
from numpy.ma import is_masked
10-
from requests.exceptions import HTTPError
118
from astropy.tests.helper import assert_quantity_allclose
129
from astropy.utils.exceptions import AstropyDeprecationWarning
1310

docs/jplhorizons/jplhorizons.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ respective id number or record number as ``id`` and use ``id_type=None``:
115115
Record # Epoch-yr Primary Desig >MATCH NAME<
116116
-------- -------- ------------- -------------------------
117117
9134 4822 P-L Encke
118-
90000034 1786 2P Encke
119-
90000035 1796 2P Encke
120-
90000036 1805 2P Encke
118+
90000031 1786 2P Encke
119+
90000032 1796 2P Encke
120+
90000033 1805 2P Encke
121121
... ... ... ...
122122
>>> print(Horizons(id='90000034', id_type=None).ephemerides()) # doctest: +IGNORE_OUTPUT
123123
targetname datetime_str datetime_jd ... RA_3sigma DEC_3sigma

0 commit comments

Comments
 (0)