Skip to content

Commit cbfa292

Browse files
Fix Returns text in solarposition.ephemeris (#2182)
Co-authored-by: Nicolau <[email protected]>
1 parent a4c4c21 commit cbfa292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/solarposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,11 +717,11 @@ def ephemeris(time, latitude, longitude, pressure=101325, temperature=12):
717717
718718
* apparent_elevation : apparent sun elevation accounting for
719719
atmospheric refraction.
720+
This is the complement of the apparent zenith angle.
720721
* elevation : actual elevation (not accounting for refraction)
721722
of the sun in decimal degrees, 0 = on horizon.
722723
The complement of the zenith angle.
723724
* azimuth : Azimuth of the sun in decimal degrees East of North.
724-
This is the complement of the apparent zenith angle.
725725
* apparent_zenith : apparent sun zenith accounting for atmospheric
726726
refraction.
727727
* zenith : Solar zenith angle

0 commit comments

Comments
 (0)