Skip to content

Commit 60bf26d

Browse files
Appease flake8
1 parent 8755ecc commit 60bf26d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/test_irradiance.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,8 @@ def test_perez_zero_dhi_and_dni(dni_et):
400400
assert_equal(out, expected)
401401

402402
out = irradiance.perez(
403-
20, 180, 0.0, 0.0, dni_et, 89.96, 256.28, 37.32, return_components=True
403+
20, 180, 0.0, 0.0, dni_et, 89.96, 256.28, 37.32,
404+
return_components=True
404405
)
405406
expected = {
406407
"poa_sky_diffuse": 0.0,
@@ -419,7 +420,8 @@ def test_perez_zero_dhi_nonzero_dni(dni_et):
419420

420421
with assert_raises(FloatingPointError):
421422
irradiance.perez(
422-
20, 180, 0.0, 100.0, dni_et, 89.96, 256.28, 37.32, return_components=True
423+
20, 180, 0.0, 100.0, dni_et, 89.96, 256.28, 37.32,
424+
return_components=True
423425
)
424426

425427

0 commit comments

Comments
 (0)