Skip to content

Commit 3aa8acd

Browse files
committed
test tweak
1 parent 01f7d56 commit 3aa8acd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_pvsystem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,7 @@ def test_v_from_i_size():
14211421
with pytest.raises(ValueError):
14221422
pvsystem.v_from_i([3.] * 3, 7., 6e-7, [0.1] * 2, 20, 0.5,
14231423
method='brentq')
1424+
with pytest.raises(ValueError):
14241425
pvsystem.v_from_i([3.] * 3, 7., 6e-7, [0.1] * 2, 20, 0.5,
14251426
method='chandrupatla')
14261427
with pytest.raises(ValueError):

0 commit comments

Comments
 (0)