We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff87e9 commit 9215eabCopy full SHA for 9215eab
pvlib/tests/test_irradiance.py
@@ -1095,7 +1095,7 @@ def test_dirindex(times):
1095
equal_nan=True)
1096
1097
1098
-@fail_on_pvlib_version("0.12")
+@fail_on_pvlib_version("0.13")
1099
def test_dirindex_ghi_clearsky_deprecation():
1100
with pytest.warns(pvlibDeprecationWarning, match='ghi_clear'):
1101
times = pd.DatetimeIndex(['2014-06-24T18-1200'])
@@ -1283,7 +1283,7 @@ def test_clearsky_index():
1283
assert_series_equal(out, expected)
1284
1285
1286
1287
def test_clearsky_index_clearsky_ghi_deprecation():
1288
1289
ghi, clearsky_ghi = 200, 300
0 commit comments