Skip to content

Commit 5e59ec3

Browse files
cwhansewholmgren
authored andcommitted
add poa_diffuse to total_irrad returns docstring (#376)
* Add output poa_diffuse to total_irrad signature Issue #367 * Revert "Add output poa_diffuse to total_irrad signature" This reverts commit e474967. * Add output poa_diffuse to total_irrad signature Issue #367
1 parent 853b121 commit 5e59ec3

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)