Skip to content

Commit

Permalink
Remove within_domain_hz overriding line
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen authored Oct 23, 2024
1 parent 38ef184 commit 880446a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pvanalytics/quality/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ def check_irradiance_consistency_qcrad(solar_zenith, ghi, dhi, dni,
flag_hz, within_domain_hz = _check_irrad_ratio(
ratio=dhi_ratio, ghi=ghi, sza=solar_zenith,
bounds=bounds['high_zenith'])
within_domain_hz = within_domain_lz | within_domain_hz
diffuse_ratio_limit = ((flag_lz & within_domain_lz) |
(flag_hz & within_domain_hz))
diffuse_ratio_limit[~(within_domain_lz | within_domain_hz)] = \
Expand Down

0 comments on commit 880446a

Please sign in to comment.