Skip to content

Commit dbbacf4

Browse files
committed
Update solarposition.py
1 parent 863ad06 commit dbbacf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pvlib/solarposition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def spa_python(time, latitude, longitude,
308308
avg. yearly air pressure in Pascals.
309309
temperature : int or float, optional, default 12.0
310310
avg. yearly air temperature in degrees C.
311-
delta_t : float or array, optional, default 67.0
311+
delta_t : numeric, optional, default 67.0
312312
Difference between terrestrial time and UT1.
313313
If delta_t is None, uses spa.calculate_deltat
314314
using time.year and time.month from pandas.DatetimeIndex.
@@ -414,7 +414,7 @@ def sun_rise_set_transit_spa(times, latitude, longitude, how='numpy',
414414
Options are 'numpy' or 'numba'. If numba >= 0.17.0
415415
is installed, how='numba' will compile the spa functions
416416
to machine code and run them multithreaded.
417-
delta_t : float or array, optional, default 67.0
417+
delta_t : numeric, optional, default 67.0
418418
Difference between terrestrial time and UT1.
419419
If delta_t is None, uses spa.calculate_deltat
420420
using times.year and times.month from pandas.DatetimeIndex.

0 commit comments

Comments
 (0)