We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8955d2 commit 32a651dCopy full SHA for 32a651d
docs/vizier/vizier.rst
@@ -162,7 +162,7 @@ For instance to query Sirius across all catalogs:
162
163
>>> from astroquery.vizier import Vizier
164
>>> vizier = Vizier(row_limit=10)
165
- >>> result = vizier.query_object("sirius")
+ >>> result = vizier.query_object("sirius") # doctest: +IGNORE_WARNINGS
166
>>> print(result)
167
TableList with ... tables:
168
'0:METAobj' with 5 column(s) and 7 row(s)
0 commit comments