From 79ef3e93656dbd9c7df7bd79f37d85cc6a5b45de Mon Sep 17 00:00:00 2001 From: Marcos Ruiz Date: Thu, 22 Aug 2024 17:54:31 +0200 Subject: [PATCH] Signed in contributors --- pvlib/modelchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/modelchain.py b/pvlib/modelchain.py index 03d5590663..8456aac114 100644 --- a/pvlib/modelchain.py +++ b/pvlib/modelchain.py @@ -1474,7 +1474,7 @@ def prepare_inputs_from_poa(self, data): data : DataFrame, or tuple or list of DataFrame Contains plane-of-array irradiance data. Required column names include ``'poa_global'``, ``'poa_direct'`` and ``'poa_diffuse'``. - Columns with weather-related data are signed to the + Columns with weather-related data are assigned to the ``weather`` attribute. If columns for ``'temp_air'`` and ``'wind_speed'`` are not provided, air temperature of 20 C and wind speed of 0 m/s are assumed.