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 11# Licensed under a 3-clause BSD style license - see LICENSE.rst
22
3- from curses .ascii import HT
4- from multiprocessing import Value
53import pytest
64import os
75from collections import OrderedDict
86
97from numpy .ma import is_masked
10- from requests .exceptions import HTTPError
118from astropy .tests .helper import assert_quantity_allclose
129from astropy .utils .exceptions import AstropyDeprecationWarning
1310
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``:
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
You can’t perform that action at this time.
0 commit comments