Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/sphinx/source/whatsnew/v0.15.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Documentation
* Add AI checkbox to PR template, and auto-generate a comment on PRs
from first-time contributors regarding AI and contributing guidelines.
(:issue:`2617`, :pull:`2624`)
* Fix a broken docstring reference to ``grounddiffuse`` in
:py:func:`pvlib.irradiance.poa_components`
(:issue:`2089`, :ghuser:`r0hansaxena`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

User should be listed at the bottom of the whatsnew file.



Testing
Expand Down
3 changes: 2 additions & 1 deletion pvlib/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,8 @@ def poa_components(aoi, dni, poa_sky_diffuse, poa_ground_diffuse):

poa_ground_diffuse : numeric
Ground-reflected irradiance in the plane of the modules,
as calculated by an albedo model (eg. :func:`grounddiffuse`). [Wm⁻²]
as calculated by an albedo model (eg.,
:py:func:`~pvlib.irradiance.get_ground_diffuse`). [Wm⁻²]

Returns
-------
Expand Down