Skip to content

Commit

Permalink
doc test float conversion (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend authored Oct 30, 2024
1 parent bd2345d commit 8089c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kete/spice.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def moon_illumination_frac(jd: Union[float, Time], observer: str = "399"):
This is a simple approximation using basic spherical geometry, and defaults to
having the observer located at the geocenter of the Earth.
>>> kete.spice.moon_illumination_frac(Time.from_ymd(2024, 2, 24))
>>> float(kete.spice.moon_illumination_frac(Time.from_ymd(2024, 2, 24)))
0.9964936478732302
Parameters
Expand Down

0 comments on commit 8089c6d

Please sign in to comment.