Skip to content

Commit 5f8ce92

Browse files
Uwe KrienUwe Krien
Uwe Krien
authored and
Uwe Krien
committed
add deprecated parameter to docstring
1 parent b691358 commit 5f8ce92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pvlib/modelchain.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@ def prepare_inputs(self, times=None, irradiance=None, weather=None):
666666
times : DatetimeIndex
667667
Times at which to evaluate the model. Can be None if attribute
668668
`times` is already set.
669+
irradiance : None or DataFrame
670+
This parameter is deprecated. Please use `weather` instead.
669671
weather : None or DataFrame
670672
If None, the weather attribute is used. If the weather attribute is
671673
also None assumes air temperature is 20 C, wind speed is 0 m/s and

0 commit comments

Comments
 (0)