Skip to content

Commit c1a8c7f

Browse files
authored
Merge pull request #3047 from bsipocz/TST_fix_ipac_doctests
TST: fix ipac related doctest failures
2 parents a5ba2c1 + aec4422 commit c1a8c7f

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

docs/ipac/irsa/irsa.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ will return a `~astropy.table.Table`:
244244

245245
>>> from astroquery.ipac.irsa import Irsa
246246
>>> Irsa.list_collections()
247-
<Table length=113>
247+
<Table length=114>
248248
collection
249249
object
250250
---------------------

docs/ipac/irsa/sha/sha.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:orphan:
22

3+
.. doctest-skip-all
4+
35
.. _astroquery.ipac.irsa.sha:
46

57

docs/ipac/ned/ned.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ These queries can be used to retrieve all objects that appear in the specified
149149
34 UGC 12149 340.28163 ... 8 0
150150
35 MRK 0522 345.07954 ... 4 0
151151
36 NGC 7674 351.98635 ... 8 0
152-
Length = 36 rows
153152

154153

155154
Image and Spectra Queries
@@ -272,13 +271,13 @@ If you are repeatedly getting failed queries, or bad/out-of-date results, try cl
272271

273272
.. code-block:: python
274273
275-
>>> from astroquery.ned import Ned
274+
>>> from astroquery.ipac.ned import Ned
276275
>>> Ned.clear_cache()
277276
278-
If this function is unavailable, upgrade your version of astroquery.
277+
If this function is unavailable, upgrade your version of astroquery.
279278
The ``clear_cache`` function was introduced in version 0.4.7.dev8479.
280279

281-
280+
282281
Reference/API
283282
=============
284283

docs/ipac/nexsci/nasa_exoplanet_archive.rst

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,44 @@ A list of accessible tables can be found in the ``TAP_TABLES`` attribute:
9494
>>> from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive
9595
>>> NasaExoplanetArchive.TAP_TABLES
9696
['spectra',
97+
'TD',
98+
'pscomppars',
9799
'superwasptimeseries',
98100
'kelttimeseries',
99101
'DI_STARS_EXEP',
102+
'stellarhosts',
100103
'transitspec',
101104
'emissionspec',
102105
'ps',
103-
'pscomppars',
104106
'keplernames',
105107
'k2names',
108+
'toi',
109+
'CUMULATIVE',
110+
'Q1_Q6_KOI',
111+
'Q1_Q8_KOI',
112+
'Q1_Q12_KOI',
113+
'Q1_Q16_KOI',
114+
'Q1_Q17_DR24_KOI',
115+
'Q1_Q17_DR25_KOI',
116+
'Q1_Q17_DR25_SUP_KOI',
117+
'Q1_Q12_TCE',
118+
'Q1_Q16_TCE',
119+
'Q1_Q17_DR24_TCE',
120+
'Q1_Q17_DR25_TCE',
121+
'stellarhosts',
106122
'ukirttimeseries',
107123
'ml',
108124
'object_aliases',
109-
'k2pandc']
125+
'k2pandc',
126+
'K2TARGETS',
127+
'KEPLERTIMESERIES',
128+
'KEPLERSTELLAR',
129+
'Q1_Q12_KS',
130+
'Q1_Q16_KS',
131+
'Q1_Q17_DR24_KS',
132+
'Q1_Q17_DR25_KS',
133+
'Q1_Q17_DR25_SUP_KS']
134+
110135

111136

112137
Example queries

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ test=
148148
matplotlib
149149
pytest-dependency
150150
pytest-rerunfailures
151+
fsspec[http]
151152
docs=
152153
matplotlib
153154
sphinx-astropy>=1.5

0 commit comments

Comments
 (0)