Skip to content

Commit

Permalink
No more default nones (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
echedey-ls authored Jun 12, 2024
1 parent 1ea8ee5 commit 734ac82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvlib/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -1509,9 +1509,9 @@ def ghi_from_poa_driesse_2023(surface_tilt, surface_azimuth,
Solar azimuth angle. [degree]
poa_global : numeric
Plane-of-array global irradiance, aka global tilted irradiance. [W/m^2]
dni_extra : None or numeric, default None
dni_extra : numeric, optional
Extraterrestrial direct normal irradiance. [W/m^2]
airmass : None or numeric, default None
airmass : numeric, optional
Relative airmass (not adjusted for pressure). [unitless]
albedo : numeric, default 0.25
Ground surface albedo. [unitless]
Expand Down

0 comments on commit 734ac82

Please sign in to comment.