Skip to content

Commit c388181

Browse files
committed
DOC: cleanup doctest
1 parent 04c7e90 commit c388181

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/jplhorizons/jplhorizons.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,6 @@ provided as ISO dates (YYYY-MM-DD HH-MM UT). If you have your epoch dates in one
561561
of these formats but you need the other format, make use of
562562
:class:`astropy.time.Time` for the conversion. An example is provided here:
563563

564-
.. doctest-requires:: astropy
565-
566564
>>> from astropy.time import Time
567565
>>> mydate_fromiso = Time('2018-07-23 15:55:23') # pass date as string
568566
>>> print(mydate_fromiso.jd) # convert Time object to Julian date

0 commit comments

Comments
 (0)