From 3997765b6057dafd19d1f0a5f780713387d549e4 Mon Sep 17 00:00:00 2001 From: BernatNicolau Date: Wed, 28 Aug 2024 12:24:09 +0200 Subject: [PATCH 1/2] documentation updated --- pvlib/irradiance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pvlib/irradiance.py b/pvlib/irradiance.py index 435c318562..7cb5aa4d15 100644 --- a/pvlib/irradiance.py +++ b/pvlib/irradiance.py @@ -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 ----- From 6bbf7d187ca539f9389221e5944c4038cdf5b5f9 Mon Sep 17 00:00:00 2001 From: BernatNicolau Date: Wed, 28 Aug 2024 12:27:10 +0200 Subject: [PATCH 2/2] added comma --- pvlib/irradiance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/irradiance.py b/pvlib/irradiance.py index 7cb5aa4d15..3b9c5cd0c0 100644 --- a/pvlib/irradiance.py +++ b/pvlib/irradiance.py @@ -395,7 +395,7 @@ def get_sky_diffuse(surface_tilt, surface_azimuth, Raises ------ ValueError - If model is one of ``'haydavies'``, ``'reindl'``, ``'perez'`` or + If model is one of ``'haydavies'``, ``'reindl'``, ``'perez'``, or ``'perez_driesse'`` and ``dni_extra`` is not specified. Notes