Skip to content

Commit 814e94a

Browse files
committed
Fix long lines
1 parent eae4f00 commit 814e94a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pvlib/irradiance.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,9 @@ def isotropic(surface_tilt, dhi, return_components=False):
626626
return_components : bool, default ``False``
627627
If ``False``, ``sky_diffuse`` is returned.
628628
If ``True``, ``diffuse_components`` is returned.
629-
For this model, `` return_components`` contains the same data as ``sky_diffuse``,
630-
but it is included for consistency with the other sky diffuse models.
629+
For this model, ``return_components`` contains the same data as
630+
``sky_diffuse``, but it is included for consistency with the
631+
other sky diffuse models.
631632
632633
Returns
633634
-------
@@ -642,7 +643,8 @@ def isotropic(surface_tilt, dhi, return_components=False):
642643
diffuse_components : dict (array input) or DataFrame (Series input)
643644
Keys/columns are:
644645
* poa_sky_diffuse: Total sky diffuse on the plane of array. [Wm⁻²]
645-
* poa_isotropic: The portion of POA irradiance from the isotropic sky dome. [Wm⁻²]
646+
* poa_isotropic: The portion of POA irradiance from the isotropic
647+
sky dome. [Wm⁻²]
646648
647649
References
648650
----------

0 commit comments

Comments
 (0)