From e3c4f61dbcc76f65f14f62e28a3e3ec082dc910d Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:37:56 +0200 Subject: [PATCH 1/3] Typo fix --- pvlib/temperature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/temperature.py b/pvlib/temperature.py index 70692d2cd2..5f04a520f3 100644 --- a/pvlib/temperature.py +++ b/pvlib/temperature.py @@ -678,7 +678,7 @@ def fuentes(poa_global, temp_air, wind_speed, noct_installed, module_height=5, wind_height : float, default 9.144 The height above ground at which ``wind_speed`` is measured. The - PVWatts defauls is 9.144 [m] + PVWatts default is 9.144 [m] emissivity : float, default 0.84 The effectiveness of the module at radiating thermal energy. [unitless] From aa1a63354daabc3de4f74f7636db423119651690 Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:39:08 +0200 Subject: [PATCH 2/3] Update v0.10.2.rst --- docs/sphinx/source/whatsnew/v0.10.2.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sphinx/source/whatsnew/v0.10.2.rst b/docs/sphinx/source/whatsnew/v0.10.2.rst index 44015c25c5..a9c796b950 100644 --- a/docs/sphinx/source/whatsnew/v0.10.2.rst +++ b/docs/sphinx/source/whatsnew/v0.10.2.rst @@ -62,6 +62,8 @@ Documentation (:issue:`1724`, :pull:`1838`) * Update definition of snow events parameter for :py:func:`pvlib.snow.loss_townsend`. (:issue:`1839`, :pull:`1840`) +* Typo fix in :py:func:`pvlib.temperature.fuentes`, `wind_height` parameter description. + (:issue:`1814`, :pull:`1860`) Requirements ~~~~~~~~~~~~ @@ -81,3 +83,4 @@ Contributors * Lukas Grossar (:ghuser:`tongpu`) * Areeba Turabi (:ghuser:`aturabi`) * Miroslav Šedivý (:ghuser:`eumiro`) +* kjsauer (:ghuser:`kjsauer`) From dcdb96ae253214211e381d63f43fbe7fa9041a1c Mon Sep 17 00:00:00 2001 From: echedey-ls <80125792+echedey-ls@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:39:32 +0200 Subject: [PATCH 3/3] Delete whatsnew entry --- docs/sphinx/source/whatsnew/v0.10.2.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.2.rst b/docs/sphinx/source/whatsnew/v0.10.2.rst index a9c796b950..92fbadc2f8 100644 --- a/docs/sphinx/source/whatsnew/v0.10.2.rst +++ b/docs/sphinx/source/whatsnew/v0.10.2.rst @@ -62,8 +62,6 @@ Documentation (:issue:`1724`, :pull:`1838`) * Update definition of snow events parameter for :py:func:`pvlib.snow.loss_townsend`. (:issue:`1839`, :pull:`1840`) -* Typo fix in :py:func:`pvlib.temperature.fuentes`, `wind_height` parameter description. - (:issue:`1814`, :pull:`1860`) Requirements ~~~~~~~~~~~~