Skip to content

Commit

Permalink
fix: ignore units warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Dec 10, 2024
1 parent b8955d2 commit 32a651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vizier/vizier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ For instance to query Sirius across all catalogs:

>>> from astroquery.vizier import Vizier
>>> vizier = Vizier(row_limit=10)
>>> result = vizier.query_object("sirius")
>>> result = vizier.query_object("sirius") # doctest: +IGNORE_WARNINGS
>>> print(result)
TableList with ... tables:
'0:METAobj' with 5 column(s) and 7 row(s)
Expand Down

0 comments on commit 32a651d

Please sign in to comment.