Skip to content

Commit

Permalink
Update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Oct 23, 2024
1 parent 852515e commit 5f93069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pvanalytics/quality/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ def check_irradiance_consistency_qcrad(solar_zenith, ghi, dhi, dni,
Uses criteria given in [1]_ to validate the ratio of irradiance
components.
.. warning:: Not valid for night time. While you can pass data
from night time to this function, be aware that the truth
values returned for that data will not be valid.
.. warning:: Not valid for night time or low irradiance. When the input
data fall outside the test domain, the returned value is set by the
``outside_domain`` parameter.
Parameters
----------
Expand Down

0 comments on commit 5f93069

Please sign in to comment.