Skip to content

Commit ed7d702

Browse files
committed
TST: update narrative doc examples
1 parent b54ac87 commit ed7d702

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/ipac/irsa/irsa.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ will return a `~astropy.table.Table`:
244244

245245
>>> from astroquery.ipac.irsa import Irsa
246246
>>> Irsa.list_collections()
247-
<Table length=114>
248-
collection
249-
object
247+
<Table length=123>
248+
collection
249+
object
250250
---------------------
251251
akari_allskymaps
252252
blast
@@ -256,6 +256,7 @@ will return a `~astropy.table.Table`:
256256
...
257257
wise_allsky
258258
wise_allwise
259+
wise_fdepa
259260
wise_prelim
260261
wise_prelim_2bandcryo
261262
wise_unwise

docs/mpc/mpc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ degrees per hour:
360360

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

365365

366366
Sky coordinates are returned as quantities carrying units of degrees.

0 commit comments

Comments
 (0)