Skip to content

Commit a143fa5

Browse files
committed
lint
1 parent 400f2c1 commit a143fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ivtools/sdm/test_pvsyst.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,6 @@ def test_fit_pvsyst_iec61853_sandia_tolerance(pvsyst_iec61853_table3,
334334
with pytest.raises(ValueError, match='Coefficient array is empty'):
335335
sdm.fit_pvsyst_iec61853_sandia(**inputs, irradiance_tolerance=0.1)
336336

337-
with pytest.raises(ValueError, match='can only convert an array of size 1'):
337+
with pytest.raises(ValueError,
338+
match='can only convert an array of size 1'):
338339
sdm.fit_pvsyst_iec61853_sandia(**inputs, temperature_tolerance=0.1)
339-

0 commit comments

Comments
 (0)