Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
  • Loading branch information
AdamRJensen and cwhanse authored Oct 28, 2024
1 parent 6a47939 commit 8eef26e
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 @@ -17,7 +17,7 @@
'dni_ub': {'mult': 1.0, 'exp': 0.0, 'min': 0},
'ghi_lb': -4, 'dhi_lb': -4, 'dni_lb': -4}

QCRAD_LIMITS_EXTREME = { # Extremely Rare Limis
QCRAD_LIMITS_EXTREME = { # Extremely Rare Limits
'ghi_ub': {'mult': 1.2, 'exp': 1.2, 'min': 50},
'dhi_ub': {'mult': 0.75, 'exp': 1.2, 'min': 30},
'dni_ub': {'mult': 0.95, 'exp': 0.2, 'min': 10},
Expand Down

0 comments on commit 8eef26e

Please sign in to comment.