Skip to content

Commit

Permalink
make ehv clustering off again by default
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Apr 23, 2024
1 parent e8f0fce commit 7fa846e
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 @@ -111,7 +111,7 @@
"delete_dispensable_ac_buses": True, # bool. Find and delete expendable buses
"interest_area": False, # False, path to shapefile or list of nuts names of the area that is excluded from the clustering. By default the buses inside remain the same, but the parameter "n_cluster_interest_area" inside "network clustering" defines if it should be clustered to a certain number of buses.
"network_clustering_ehv": {
"active": True, # choose if clustering of HV buses to EHV buses is activated
"active": False, # choose if clustering of HV buses to EHV buses is activated
"busmap": False, # False or path to stored busmap
},
"network_clustering": {
Expand Down

0 comments on commit 7fa846e

Please sign in to comment.