Skip to content

Commit 86335aa

Browse files
committed
DOC: fix failing (but unrelated) doctests
1 parent 2a3f17d commit 86335aa

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/ipac/irsa/irsa.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,14 +234,15 @@ available about the columns in a `~astropy.table.Table`.
234234
.. doctest-remote-data::
235235

236236
>>> from astroquery.ipac.irsa import Irsa
237-
>>> Irsa.list_columns(catalog="allwise_p3as_psd")
238-
{'designation': 'WISE source designation',
237+
>>> Irsa.list_columns(catalog="allwise_p3as_psd") # doctest: +IGNORE_OUTPUT
238+
{...
239+
'designation': 'WISE source designation',
239240
'ra': 'right ascension (J2000)',
240241
'dec': 'declination (J2000)',
241242
'sigra': 'uncertainty in RA',
242243
'sigdec': 'uncertainty in DEC',
243244
...
244-
'htm20': 'HTM20 spatial index key'}
245+
}
245246

246247

247248
Async queries
@@ -400,8 +401,9 @@ Spitzer.
400401

401402
>>> from astropy.table import unique
402403
>>> unique(arp220_spectra, keys='dataid_collection')['dataid_collection']
403-
<MaskedColumn name='dataid_collection' dtype='object' description='IVOA Identifier of collection' length=4>
404+
<MaskedColumn name='dataid_collection' dtype='object' description='IVOA Identifier of collection' length=5>
404405
goals
406+
herschel_herus
405407
sofia_fifils
406408
spitzer_irsenh
407409
spitzer_sha
@@ -415,7 +417,7 @@ will return a `~astropy.table.Table`.
415417

416418
>>> from astroquery.ipac.irsa import Irsa
417419
>>> Irsa.list_collections(servicetype='SSA')
418-
<Table length=35>
420+
<Table length=37>
419421
collection
420422
object
421423
------------------------
@@ -437,6 +439,7 @@ will return a `~astropy.table.Table`.
437439
irts
438440
iso_sws
439441
sofia_exes
442+
sofia_exes_enh
440443
sofia_fifils
441444
sofia_flitecam
442445
sofia_forcast
@@ -454,6 +457,7 @@ will return a `~astropy.table.Table`.
454457
spitzer_sha
455458
spitzer_sings
456459
spitzer_ssgss
460+
swas
457461

458462

459463
Other Configurations

0 commit comments

Comments
 (0)