File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
astroquery/jplhorizons/tests Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2
2
3
- from curses .ascii import HT
4
- from multiprocessing import Value
5
3
import pytest
6
4
import os
7
5
from collections import OrderedDict
8
6
9
7
from numpy .ma import is_masked
10
- from requests .exceptions import HTTPError
11
8
from astropy .tests .helper import assert_quantity_allclose
12
9
from astropy .utils .exceptions import AstropyDeprecationWarning
13
10
Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ respective id number or record number as ``id`` and use ``id_type=None``:
115
115
Record # Epoch-yr Primary Desig >MATCH NAME<
116
116
-------- -------- ------------- -------------------------
117
117
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
121
121
... ... ... ...
122
122
>>> print (Horizons(id = ' 90000034' , id_type = None ).ephemerides()) # doctest: +IGNORE_OUTPUT
123
123
targetname datetime_str datetime_jd ... RA_3sigma DEC_3sigma
You can’t perform that action at this time.
0 commit comments