Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Oct 5, 2023
1 parent 18a454d commit 5af51c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/appl.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"generator_noise": 789456, # apply generator noise, False or seed number
"extra_functionality": {}, # Choose function name or {}
# Spatial Complexity:
"delete_dispensable_ac_buses": False, # bool. Find and delete unnecesary buses
"delete_dispensable_ac_buses": False, # bool. Find and delete unnecessary buses
"network_clustering_ehv": False, # clustering of HV buses to EHV buses
"network_clustering": {
"active": True, # choose if clustering is activated
Expand Down

0 comments on commit 5af51c2

Please sign in to comment.