Skip to content

Commit

Permalink
Note type of dict values in doc for check_irradiance_limits_qcrad
Browse files Browse the repository at this point in the history
  • Loading branch information
wfvining committed Mar 5, 2020
1 parent 8c5eb98 commit 011b234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvanalytics/quality/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ def check_irradiance_limits_qcrad(solar_zenith, dni_extra, ghi=None, dhi=None,
Direct normal irradiance in :math:`W/m^2`
limits : dict, default QCRAD_LIMITS
for keys 'ghi_ub', 'dhi_ub', 'dni_ub', value is a dict with
keys {'mult', 'exp', 'min'}. For keys 'ghi_lb', 'dhi_lb', 'dni_lb',
value is a float.
keys {'mult', 'exp', 'min'} and float values. For keys
'ghi_lb', 'dhi_lb', 'dni_lb', value is a float.
Returns
-------
Expand Down

0 comments on commit 011b234

Please sign in to comment.