Skip to content

Commit dfe04b1

Browse files
committed
update docstring
1 parent ef5520e commit dfe04b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pvlib/modelchain.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,8 @@ def prepare_inputs(self, times=None, irradiance=None, weather=None):
667667
Times at which to evaluate the model. Can be None if attribute
668668
`times` is already set.
669669
weather : None or DataFrame
670-
If None, assumes air temperature is 20 C, wind speed is 0 m/s and
670+
If None, the weather attribute is used. If the weather attribute is
671+
also None assumes air temperature is 20 C, wind speed is 0 m/s and
671672
irradiation calculated from clear sky data.
672673
Column names must be 'wind_speed', 'temp_air', 'dni', 'ghi', 'dhi'.
673674
Do not pass incomplete irradiation data.

0 commit comments

Comments
 (0)