Skip to content

Commit e3eca71

Browse files
Uwe KrienUwe Krien
Uwe Krien
authored and
Uwe Krien
committed
change types to satisfy type checks
1 parent a5acebd commit e3eca71

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
@@ -18,12 +18,12 @@ def cosd(angle):
1818
1919
Parameters
2020
----------
21-
angle : float
21+
angle : float or array-like
2222
Angle in degrees
2323
2424
Returns
2525
-------
26-
result : float
26+
result : float or array-like
2727
Cosine of the angle
2828
"""
2929

0 commit comments

Comments
 (0)