@@ -27,7 +27,7 @@ For example, the following query searches the ``ps`` table of confirmed exoplane
27
27
.. doctest-remote-data ::
28
28
29
29
>>> from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive
30
- >>> NasaExoplanetArchive.query_object(" K2-18 b" )
30
+ >>> NasaExoplanetArchive.query_object(" K2-18 b" ) # doctest: +IGNORE_OUTPUT
31
31
<QTable masked=True length=11>
32
32
pl_name pl_letter hostname ... sy_kmagerr1 sy_kmagerr2 sky_coord
33
33
... deg,deg
@@ -71,7 +71,7 @@ For example, a full table can be queried as follows:
71
71
.. doctest-remote-data ::
72
72
73
73
>>> from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive
74
- >>> NasaExoplanetArchive.query_criteria(table = " cumulative" , select = " *" )
74
+ >>> NasaExoplanetArchive.query_criteria(table = " cumulative" , select = " *" ) # doctest: +IGNORE_OUTPUT
75
75
<QTable masked=True length=9564>
76
76
kepid kepoi_name kepler_name ... koi_fittype koi_score sky_coord
77
77
... deg,deg
@@ -113,7 +113,7 @@ In this section, we demonstrate
113
113
114
114
>>> from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive
115
115
>>> NasaExoplanetArchive.query_criteria(table = " pscomppars" , select = " top 10 pl_name,ra,dec" ,
116
- ... where= " disc_facility like '%TESS%'" )
116
+ ... where= " disc_facility like '%TESS%'" ) # doctest: +IGNORE_OUTPUT
117
117
<QTable masked=True length=10>
118
118
pl_name ra dec sky_coord
119
119
deg deg deg,deg
@@ -155,7 +155,7 @@ In this section, we demonstrate
155
155
156
156
>>> from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive
157
157
>>> NasaExoplanetArchive.query_criteria(
158
- ... table= " pscomppars" , where= " hostname like 'Kepler%'" , order= " hostname" )
158
+ ... table= " pscomppars" , where= " hostname like 'Kepler%'" , order= " hostname" ) # doctest: +IGNORE_OUTPUT
159
159
<QTable masked=True length=2370>
160
160
pl_name pl_letter hostname ... htm20 sky_coord
161
161
... deg,deg
@@ -182,7 +182,7 @@ In this section, we demonstrate
182
182
>>> from astroquery.ipac.nexsci.nasa_exoplanet_archive import NasaExoplanetArchive
183
183
>>> NasaExoplanetArchive.query_criteria(
184
184
... table= " koi" , where= " koi_vet_date>to_date('2015-01-24','yyyy-mm-dd')" ,
185
- ... select= " kepoi_name,koi_vet_date" , order= " koi_vet_date" )
185
+ ... select= " kepoi_name,koi_vet_date" , order= " koi_vet_date" ) # doctest: +IGNORE_OUTPUT
186
186
<QTable length=34652>
187
187
kepoi_name koi_vet_date
188
188
str9 str10
0 commit comments