@@ -1112,7 +1112,7 @@ def test_dirindex(times):
11121112 equal_nan = True )
11131113
11141114
1115- @fail_on_pvlib_version ("0.13 " )
1115+ @fail_on_pvlib_version ("0.14 " )
11161116def test_dirindex_ghi_clearsky_deprecation ():
11171117 times = pd .DatetimeIndex (['2014-06-24T18-1200' ])
11181118 ghi = pd .Series ([1038.62 ], index = times )
@@ -1157,7 +1157,7 @@ def test_dirindex_min_cos_zenith_max_zenith():
11571157 assert_series_equal (out , expected )
11581158
11591159
1160- @fail_on_pvlib_version ("0.13 " )
1160+ @fail_on_pvlib_version ("0.14 " )
11611161def test_dirindex_dni_clearsky_deprecation ():
11621162 times = pd .DatetimeIndex (['2014-06-24T12-0700' , '2014-06-24T18-0700' ])
11631163 ghi = pd .Series ([0 , 1 ], index = times )
@@ -1188,7 +1188,7 @@ def test_dni():
11881188 146.190220008 , 573.685662283 ]))
11891189
11901190
1191- @fail_on_pvlib_version ("0.13 " )
1191+ @fail_on_pvlib_version ("0.14 " )
11921192def test_dni_dni_clearsky_deprecation ():
11931193 ghi = pd .Series ([90 , 100 , 100 , 100 , 100 ])
11941194 dhi = pd .Series ([100 , 90 , 50 , 50 , 50 ])
@@ -1291,7 +1291,7 @@ def test_clearsky_index():
12911291 assert_series_equal (out , expected )
12921292
12931293
1294- @fail_on_pvlib_version ("0.13 " )
1294+ @fail_on_pvlib_version ("0.14 " )
12951295def test_clearsky_index_clearsky_ghi_deprecation ():
12961296 with pytest .warns (pvlibDeprecationWarning , match = 'ghi_clear' ):
12971297 ghi , clearsky_ghi = 200 , 300
0 commit comments