Skip to content

Commit 6dbcd22

Browse files
kandersolarcwhanse
andauthored
Update pvlib/bifacial/utils.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
1 parent fa94412 commit 6dbcd22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pvlib/bifacial/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,4 +694,5 @@ def _dist(p1, p2):
694694

695695

696696
def _angle(p1, p2):
697+
# polar angle of the ray from p1 to p2
697698
return np.arctan2(p2[1] - p1[1], p2[0] - p1[0])

0 commit comments

Comments
 (0)