Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew/v0.11.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Contributors
* Mark A. Mikofski (:ghuser:`mikofski`)
* Ben Pierce (:ghuser:`bgpierc`)
* Jose Meza (:ghuser:`JoseMezaMendieta`)
* Marcos R. Escudero (:ghuser:`marc-resc`)
* Bernat Nicolau (:ghuser:`BernatNicolau`)
* Eduardo Sarquis (:ghuser:`EduardoSarquis`)

2 changes: 1 addition & 1 deletion pvlib/modelchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ssigned 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.
Expand Down
Loading