Skip to content

Commit 734ac82

Browse files
authored
No more default nones (#2084)
1 parent 1ea8ee5 commit 734ac82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/irradiance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,9 +1509,9 @@ def ghi_from_poa_driesse_2023(surface_tilt, surface_azimuth,
15091509
Solar azimuth angle. [degree]
15101510
poa_global : numeric
15111511
Plane-of-array global irradiance, aka global tilted irradiance. [W/m^2]
1512-
dni_extra : None or numeric, default None
1512+
dni_extra : numeric, optional
15131513
Extraterrestrial direct normal irradiance. [W/m^2]
1514-
airmass : None or numeric, default None
1514+
airmass : numeric, optional
15151515
Relative airmass (not adjusted for pressure). [unitless]
15161516
albedo : numeric, default 0.25
15171517
Ground surface albedo. [unitless]

0 commit comments

Comments
 (0)