Skip to content

Commit e474967

Browse files
author
cwhanse
committed
Add output poa_diffuse to total_irrad signature
Issue #367
1 parent 853b121 commit e474967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def total_irrad(surface_tilt, surface_azimuth,
334334
Returns
335335
-------
336336
irradiance : OrderedDict or DataFrame
337-
Contains keys/columns ``'poa_global', 'poa_direct',
337+
Contains keys/columns ``'poa_global', 'poa_direct', 'poa_diffuse',
338338
'poa_sky_diffuse', 'poa_ground_diffuse'``.
339339
"""
340340

0 commit comments

Comments
 (0)