Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen authored Oct 23, 2024
1 parent 2bd8097 commit 88190cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvanalytics/quality/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def _check_irrad_ratio(ratio, ghi, sza, bounds):

def check_irradiance_consistency_qcrad(solar_zenith, ghi, dhi, dni,
param=None, outside_domain=False):
"""Check consistency of GHI, DHI and DNI using QCRad criteria.
r"""Check consistency of GHI, DHI and DNI using QCRad criteria.
Uses criteria given in [1]_ to validate the ratio of irradiance
components.
Expand Down

0 comments on commit 88190cc

Please sign in to comment.