Skip to content

Commit 32a651d

Browse files
committed
fix: ignore units warnings
1 parent b8955d2 commit 32a651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vizier/vizier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For instance to query Sirius across all catalogs:
162162

163163
>>> from astroquery.vizier import Vizier
164164
>>> vizier = Vizier(row_limit=10)
165-
>>> result = vizier.query_object("sirius")
165+
>>> result = vizier.query_object("sirius") # doctest: +IGNORE_WARNINGS
166166
>>> print(result)
167167
TableList with ... tables:
168168
'0:METAobj' with 5 column(s) and 7 row(s)

0 commit comments

Comments
 (0)