Skip to content

Commit 6871016

Browse files
committed
remove unintended 'optional' for solar_zenith
1 parent ef26630 commit 6871016

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pvlib/irradiance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
901901
dni_extra : numeric
902902
Extraterrestrial normal irradiance, see :term:`dni_extra`. [Wm⁻²]
903903
904-
solar_zenith : numeric, optional
904+
solar_zenith : numeric
905905
Solar apparent (refraction-corrected) zenith angles. Must supply
906906
``solar_zenith`` and ``solar_azimuth``, or supply ``projection_ratio``.
907907
See :term:`solar_zenith`. [°]
@@ -1005,7 +1005,7 @@ def king(surface_tilt, dhi, ghi, solar_zenith):
10051005
ghi : numeric
10061006
Global horizontal irradiance. See :term:`ghi`. [Wm⁻²]
10071007
1008-
solar_zenith : numeric, optional
1008+
solar_zenith : numeric
10091009
Solar apparent (refraction-corrected) zenith angles.
10101010
See :term:`solar_zenith`. [°]
10111011

0 commit comments

Comments
 (0)