Skip to content

Commit

Permalink
Shorted line length to 79 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
eccoope authored Jun 24, 2024
1 parent 037b0bd commit 8f382d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/snow-detection/snow-mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
print(f"Inverter MPPT range: {mppt_low_voltage} V - {mppt_high_voltage} V")
num_str_per_cb = config['num_str_per_cb']['INV1 CB1']
num_mods_per_str = config['num_mods_per_str']['INV1 CB1']
print(f"There are {num_mods_per_str} modules connected in series in each string,"
f" and there are {num_str_per_cb} strings connected in"
print(f"There are {num_mods_per_str} modules connected in series in each,"
f" string and there are {num_str_per_cb} strings connected in"
f" parallel at each combiner")


Expand Down

0 comments on commit 8f382d5

Please sign in to comment.