Skip to content

Commit f7c9830

Browse files
kandersolarcwhanse
andauthored
Apply suggestions from code review
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
1 parent 02bc88c commit f7c9830

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pvlib/bifacial/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -553,12 +553,12 @@ def vf_row_ground_2d_integ(surface_tilt, gcr, height=None, pitch=None,
553553
max_rows : int, default 20
554554
Maximum number of rows to consider in front and behind the current row.
555555
g0 : numeric, default 0
556-
Position on the ground surface, as a fraction of the row-to-row
557-
spacing. ``g0=0`` corresponds to ground underneath the middle of the
556+
Position on the ground surface, as a fraction of the spacing between
557+
adjacent rows. ``g0=0`` corresponds to ground underneath the middle of the
558558
left row. ``g0`` should be less than ``g1``. [unitless]
559559
g1 : numeric, default 1
560-
Position on the ground surface, as a fraction of the row-to-row
561-
spacing. ``g1=0`` corresponds to ground underneath the middle of the
560+
Position on the ground surface, as a fraction of the spacing between
561+
adjacent rows. ``g1=0`` corresponds to ground underneath the middle of the
562562
right row. ``g1`` should be greater than ``g0``. [unitless]
563563
564564
Returns

0 commit comments

Comments
 (0)