Skip to content

Commit

Permalink
fix doctest outputs
Browse files Browse the repository at this point in the history
some fields have changed their datatype upstream following astropy#2916
  • Loading branch information
ManonMarchand committed Jan 26, 2024
1 parent 56c8e1d commit 17d0a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions astroquery/simbad/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,9 +1062,10 @@ def list_columns(self, *tables: str, keyword=None, get_adql=False):
object object object ... object object
---------- ----------- -------- ... ------ -------
ident id VARCHAR ... meta.id
ident oidref BIGINT ...
ids ids CLOB ... meta.id
ids oidref BIGINT ...
ident oidref BIGINT ...
ids ids VARCHAR ... meta.id
ids oidref BIGINT ...
>>> from astroquery.simbad import Simbad
>>> Simbad.list_columns(keyword="filter") # doctest: +REMOTE_DATA
Expand Down
2 changes: 1 addition & 1 deletion docs/simbad/query_tap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ some tables, add their name. To get the columns of the tables ``ref`` and ``bibl
ref nbobject INTEGER ... meta.number
ref oidbib BIGINT ... meta.record;meta.bib
ref page INTEGER ... meta.bib.page
ref title CLOB ... meta.title
ref title UNICODECHAR ... meta.title
ref volume INTEGER ... meta.bib.volume
ref year SMALLINT ... meta.note;meta.bib

Expand Down

0 comments on commit 17d0a9e

Please sign in to comment.