Skip to content

Commit

Permalink
Change outside_domain to scalar, param as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Oct 23, 2024
1 parent 880446a commit 852515e
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 @@ -306,13 +306,13 @@ def check_irradiance_consistency_qcrad(solar_zenith, ghi, dhi, dni,
Diffuse horizontal irradiance in :math:`W/m^2`
dni : Series
Direct normal irradiance in :math:`W/m^2`
param : dict
param : dict, optional
keys are 'ghi_ratio' and 'dhi_ratio'. For each key, value is a dict
with keys 'high_zenith' and 'low_zenith'; for each of these keys,
value is a dict with keys 'zenith_bounds', 'ghi_bounds', and
'ratio_bounds' and value is an ordered pair [lower, upper]
of float.
outside_domain : bool, default False
outside_domain : scalar, default False
Value to return when the tests are not applicable, i.e., when the
input data fall outside the test domain.
Expand Down

0 comments on commit 852515e

Please sign in to comment.