Skip to content

Commit a68dda3

Browse files
committed
correct version number
1 parent 002b671 commit a68dda3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pvlib/irradiance.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,10 +1615,10 @@ def ghi_from_poa_driesse_2023(surface_tilt, surface_azimuth,
16151615

16161616

16171617
@renamed_kwarg_warning(
1618-
since='11.2',
1618+
since='0.11.2',
16191619
old_param_name='clearsky_ghi',
16201620
new_param_name='ghi_clear',
1621-
removal="12.0")
1621+
removal="0.12.0")
16221622
def clearsky_index(ghi, ghi_clear, max_clearsky_index=2.0):
16231623
"""
16241624
Calculate the clearsky index.
@@ -2157,10 +2157,10 @@ def _dirint_bins(times, kt_prime, zenith, w, delta_kt_prime):
21572157

21582158

21592159
@renamed_kwarg_warning(
2160-
since='11.2',
2160+
since='0.11.2',
21612161
old_param_name='ghi_clearsky',
21622162
new_param_name='ghi_clear',
2163-
removal="12.0")
2163+
removal="0.12.0")
21642164
def dirindex(ghi, ghi_clear, dni_clearsky, zenith, times, pressure=101325.,
21652165
use_delta_kt_prime=True, temp_dew=None, min_cos_zenith=0.065,
21662166
max_zenith=87):

0 commit comments

Comments
 (0)