Skip to content

Commit 9215eab

Browse files
committed
0.12->0.13 in test_irradiance.py
1 parent aff87e9 commit 9215eab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/tests/test_irradiance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ def test_dirindex(times):
10951095
equal_nan=True)
10961096

10971097

1098-
@fail_on_pvlib_version("0.12")
1098+
@fail_on_pvlib_version("0.13")
10991099
def test_dirindex_ghi_clearsky_deprecation():
11001100
with pytest.warns(pvlibDeprecationWarning, match='ghi_clear'):
11011101
times = pd.DatetimeIndex(['2014-06-24T18-1200'])
@@ -1283,7 +1283,7 @@ def test_clearsky_index():
12831283
assert_series_equal(out, expected)
12841284

12851285

1286-
@fail_on_pvlib_version("0.12")
1286+
@fail_on_pvlib_version("0.13")
12871287
def test_clearsky_index_clearsky_ghi_deprecation():
12881288
with pytest.warns(pvlibDeprecationWarning, match='ghi_clear'):
12891289
ghi, clearsky_ghi = 200, 300

0 commit comments

Comments
 (0)