Skip to content

Commit

Permalink
linting (W291 flags on snow.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
eccoope committed Apr 29, 2024
1 parent c7daed4 commit 3a3f54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvanalytics/features/snow.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def categorize(vmp_ratio, transmission, measured_voltage, modeled_voltage,
* Mode 0: Indicates periods with enough opaque snow that the system is not
producing power. Specifically, Mode 0 is when the measured voltage is
below the inverter's turn-on voltage but the voltage modeled using
measured irradiance is above the inverter's turn-on voltage.
measured irradiance is above the inverter's turn-on voltage.
* Mode 1: Indicates periods when the system has non-uniform snow and
both operating voltage and current are decreased. Operating voltage is
reduced when bypass diodes activate and current is decreased due to
Expand All @@ -173,7 +173,7 @@ def categorize(vmp_ratio, transmission, measured_voltage, modeled_voltage,
An additional mode was added to cover a case that was not addressed in
[1]_:
* Mode -1: Indicates periods where voltage modeled with measured irradiance
* Mode -1: Indicates periods where voltage modeled with measured irradiance
is below the inverter's turn-on voltage. Under Mode -1, it is unknown if
and how snow impacts power output.
Expand Down

0 comments on commit 3a3f54b

Please sign in to comment.