Skip to content

Commit 69eaf67

Browse files
committed
fix deprecation version
1 parent c8be126 commit 69eaf67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/bifacial/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def vf_ground_sky_2d(rotation, gcr, x, pitch, height, max_rows=10):
238238
return vf
239239

240240

241-
@renamed_kwarg_warning("1.4.0", "surface_tilt", "tracker_rotation")
241+
@renamed_kwarg_warning("0.15.2", "surface_tilt", "tracker_rotation")
242242
def vf_ground_sky_2d_integ(tracker_rotation, gcr, height, pitch, g0=0, g1=1,
243243
max_rows=10, npoints=None, vectorize=None):
244244
"""

0 commit comments

Comments
 (0)