Skip to content

Commit acaa15f

Browse files
Appease flake8 yet again
1 parent 2a2185f commit acaa15f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ def perez(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
12111211
B = np.maximum(B, tools.cosd(85))
12121212

12131213
# Calculate Diffuse POA from sky dome
1214-
term1 = 0.5 * (1 - F1) * (1 + tools.cosd(surface_tilt)) # isotropic
1214+
term1 = 0.5 * (1 - F1) * (1 + tools.cosd(surface_tilt)) # isotropic
12151215
term2 = F1 * A / B # circumsolar
12161216
term3 = F2 * tools.sind(surface_tilt) # horizon
12171217

0 commit comments

Comments
 (0)