Skip to content

Commit

Permalink
TST: update narrative doc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Dec 17, 2024
1 parent b54ac87 commit ed7d702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/ipac/irsa/irsa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ will return a `~astropy.table.Table`:

>>> from astroquery.ipac.irsa import Irsa
>>> Irsa.list_collections()
<Table length=114>
collection
object
<Table length=123>
collection
object
---------------------
akari_allskymaps
blast
Expand All @@ -256,6 +256,7 @@ will return a `~astropy.table.Table`:
...
wise_allsky
wise_allwise
wise_fdepa
wise_prelim
wise_prelim_2bandcryo
wise_unwise
Expand Down
2 changes: 1 addition & 1 deletion docs/mpc/mpc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ degrees per hour:

>>> eph = MPC.get_ephemeris('2P', start='2003-10-15', step='1d', number=60)
>>> print(eph['Proper motion'].quantity.to('deg/h').max()) # doctest: +FLOAT_CMP
0.1259361111111111 deg / h
0.12593888888888888 deg / h


Sky coordinates are returned as quantities carrying units of degrees.
Expand Down

0 comments on commit ed7d702

Please sign in to comment.