Skip to content

Commit

Permalink
get_sky_diffuse documentation updated (ValueError description) (#…
Browse files Browse the repository at this point in the history
…2187)

* documentation updated

* added comma
  • Loading branch information
BernatNicolau authored Aug 28, 2024
1 parent aaf42f6 commit a2abe3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvlib/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ def get_sky_diffuse(surface_tilt, surface_azimuth,
Raises
------
ValueError
If model is one of ``'haydavies'``, ``'reindl'``, or ``'perez'`` and
``dni_extra`` is not specified.
If model is one of ``'haydavies'``, ``'reindl'``, ``'perez'``, or
``'perez_driesse'`` and ``dni_extra`` is not specified.
Notes
-----
Expand Down

0 comments on commit a2abe3e

Please sign in to comment.