Skip to content

Commit 9035066

Browse files
committed
Addresses flake8.
1 parent 9461e01 commit 9035066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def test_PVSystem_faiman_rad_celltemp(mocker):
498498
ir_down = 50 # arbitrary value
499499
# default values, u0 and u1 being adjusted in same proportion as in
500500
# https://www.osti.gov/servlets/purl/1884890/ (not suggested, just example)
501-
u0,u1 = 25.0*0.86, 6.84*0.88
501+
u0, u1 = 25.0*0.86, 6.84*0.88
502502
sky_view = 1.0
503503
emissivity = 0.88
504504

0 commit comments

Comments
 (0)