From a0e28f1967e9a32c2084ca95b2a51ae711f94625 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Wed, 19 Sep 2018 08:47:53 -0700 Subject: [PATCH 1/2] DOC: BUG: fix analytical solar zenith formatting --- pvlib/solarposition.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pvlib/solarposition.py b/pvlib/solarposition.py index 9806d30eb8..a9636f7059 100644 --- a/pvlib/solarposition.py +++ b/pvlib/solarposition.py @@ -1136,9 +1136,12 @@ def solar_zenith_analytical(latitude, hour_angle, declination): Parameters ---------- - latitude : numeric Latitude of location in radians. hour_angle : - numeric Hour angle in the local solar time in radians. - declination : numeric Declination of the sun in radians. + latitude : numeric + Latitude of location in radians. + hour_angle : numeric + Hour angle in the local solar time in radians. + declination : numeric + Declination of the sun in radians. Returns ------- From fd91808635fa886d67ae811989b7c0fc6cda3e06 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Wed, 19 Sep 2018 14:57:29 -0700 Subject: [PATCH 2/2] DOC: BUG: fix typos in equation_of_time --- pvlib/solarposition.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvlib/solarposition.py b/pvlib/solarposition.py index a9636f7059..7f3ed3f8fb 100644 --- a/pvlib/solarposition.py +++ b/pvlib/solarposition.py @@ -950,8 +950,8 @@ def equation_of_time_pvcdrom(dayofyear): Returns ------- - equation_of_time : numeric Difference in time between solar time and - mean solar time in minutes. + equation_of_time : numeric + Difference in time between solar time and mean solar time in minutes. References ----------