From fdd235c3d03c32af32d685ee3ed5b9ed0a9e32dd Mon Sep 17 00:00:00 2001 From: Nicolau Date: Thu, 22 Aug 2024 16:43:36 +0200 Subject: [PATCH 1/2] typofixing of pvwatts_dc --- pvlib/pvsystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/pvsystem.py b/pvlib/pvsystem.py index 35bf77f1d5..f14785a108 100644 --- a/pvlib/pvsystem.py +++ b/pvlib/pvsystem.py @@ -841,7 +841,7 @@ def scale_voltage_current_power(self, data): @_unwrap_single_value def pvwatts_dc(self, g_poa_effective, temp_cell): """ - Calcuates DC power according to the PVWatts model using + Calculates DC power according to the PVWatts model using :py:func:`pvlib.pvsystem.pvwatts_dc`, `self.module_parameters['pdc0']`, and `self.module_parameters['gamma_pdc']`. From 57b2dbb1d93df115b9d58e9c96aa4de43d849eee Mon Sep 17 00:00:00 2001 From: Nicolau Date: Thu, 22 Aug 2024 17:02:32 +0200 Subject: [PATCH 2/2] Update whatsnew --- docs/sphinx/source/whatsnew/v0.11.1.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/whatsnew/v0.11.1.rst b/docs/sphinx/source/whatsnew/v0.11.1.rst index 72d480e32d..9e07a246f3 100644 --- a/docs/sphinx/source/whatsnew/v0.11.1.rst +++ b/docs/sphinx/source/whatsnew/v0.11.1.rst @@ -69,3 +69,4 @@ Contributors * Mark A. Mikofski (:ghuser:`mikofski`) * Ben Pierce (:ghuser:`bgpierc`) * Jose Meza (:ghuser:`JoseMezaMendieta`) +* Bernat Nicolau (:ghuser:`BernatNicolau`)