Skip to content

Commit a5570a1

Browse files
reepoikandersolar
andauthored
Update pvlib/tests/test_pvsystem.py
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
1 parent 0e7ee1b commit a5570a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pvlib/tests/test_pvsystem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,7 @@ def test_singlediode_series_ivcurve(cec_module_params):
14291429
assert_allclose(v, expected[k], atol=1e-6)
14301430

14311431

1432+
@fail_on_pvlib_version('0.11')
14321433
@pytest.mark.parametrize('method', ['lambertw', 'brentq', 'newton'])
14331434
def test_singlediode_ivcurvepnts_deprecation_warning(method):
14341435
with pytest.warns(pvlibDeprecationWarning, match='ivcurve_pnts'):

0 commit comments

Comments
 (0)