Skip to content

Commit 863ad06

Browse files
committed
Change delta_t dtype to numeric
1 parent b1fd3f7 commit 863ad06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/solarposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ def nrel_earthsun_distance(time, how='numpy', delta_t=67.0, numthreads=4):
969969
is installed, how='numba' will compile the spa functions
970970
to machine code and run them multithreaded.
971971
972-
delta_t : float or array, optional, default 67.0
972+
delta_t : numeric, optional, default 67.0
973973
Difference between terrestrial time and UT1.
974974
If delta_t is None, uses spa.calculate_deltat
975975
using time.year and time.month from pandas.DatetimeIndex.

0 commit comments

Comments
 (0)