Skip to content

Commit dc5f001

Browse files
committed
linting
1 parent 6e9253f commit dc5f001

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pvlib/irradiance.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,8 @@ def haydavies(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
762762
763763
solar_zenith : numeric, optional
764764
Solar apparent (refraction-corrected) zenith angles. Must supply
765-
``solar_zenith`` and ``solar_azimuth``, or supply ``projection_ratio``. [°]
765+
``solar_zenith`` and ``solar_azimuth``, or supply
766+
``projection_ratio``. [°]
766767
767768
solar_azimuth : numeric, optional
768769
Solar azimuth angles. Must supply ``solar_zenith`` and
@@ -3057,8 +3058,8 @@ def campbell_norman(zenith, transmittance, pressure=101325.0,
30573058
Parameters
30583059
----------
30593060
zenith: pd.Series
3060-
True (not refraction-corrected) zenith angles. If ``zenith`` is a vector, it
3061-
must be of the same size as all other vector inputs. [°]
3061+
True (not refraction-corrected) zenith angles. If ``zenith`` is a
3062+
vector, it must be of the same size as all other vector inputs. [°]
30623063
30633064
transmittance: float
30643065
Atmospheric transmittance between 0 and 1.
@@ -3689,7 +3690,8 @@ def dni(ghi, dhi, zenith, dni_clear=None, clearsky_tolerance=1.1,
36893690
Diffuse horizontal irradiance. See :term:`dhi`. [Wm⁻²]
36903691
36913692
zenith : Series
3692-
True (not refraction-corrected) zenith angles. See :term:`solar_zenith`. [°]
3693+
True (not refraction-corrected) zenith angles.
3694+
See :term:`solar_zenith`. [°]
36933695
36943696
dni_clear : Series, optional
36953697
Clearsky direct normal irradiance. See :term:`dni_clear`. [Wm⁻²]

0 commit comments

Comments
 (0)