Skip to content

Commit bb82373

Browse files
committed
stickler
1 parent fb1d943 commit bb82373

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pvlib/bifacial/infinite_sheds.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ def _vf_ground_sky_integ(surface_tilt, surface_azimuth, gcr, height,
5050
# The VFs to the sky will thus be symmetric around z=0.5
5151
z = np.linspace(0, 1, npoints)
5252
rotation = np.atleast_1d(surface_tilt)
53-
fz_sky, _ = utils._vf_ground_sky_2d(z, rotation, gcr, pitch, height, max_rows)
53+
fz_sky, _ = utils._vf_ground_sky_2d(z, rotation, gcr, pitch, height,
54+
max_rows)
5455
# calculate the integrated view factor for all of the ground between rows
5556
return np.trapz(fz_sky, z, axis=0)
5657

0 commit comments

Comments
 (0)