Skip to content

Commit 2ea4616

Browse files
committed
Correct deprecation version
1 parent 3780f37 commit 2ea4616

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pvlib/irradiance.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,8 +984,9 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
984984

985985
return sky_diffuse
986986

987+
987988
@deprecated(
988-
since="0.16.0",
989+
since="0.15.2",
989990
removal="",
990991
name="pvlib.irradiance.king",
991992
alternative="other diffuse transposition models in pvlib.irradiance",

0 commit comments

Comments
 (0)