Skip to content

Commit abf02af

Browse files
Uwe Krienuvchik
authored andcommitted
change types to satisfy type checks
1 parent b5994c6 commit abf02af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ def cosd(angle):
1515
1616
Parameters
1717
----------
18-
angle : float
18+
angle : float or array-like
1919
Angle in degrees
2020
2121
Returns
2222
-------
23-
result : float
23+
result : float or array-like
2424
Cosine of the angle
2525
"""
2626

0 commit comments

Comments
 (0)