Skip to content

Commit

Permalink
change default values in args
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Feb 6, 2025
1 parent a9bdfe0 commit 2194e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etrago/appl.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
"n_clusters_AC": 30, # total number of resulting AC nodes (DE+foreign)
"cluster_foreign_AC": False, # take foreign AC buses into account, True or False
"method_gas": "kmedoids-dijkstra", # choose clustering method: kmeans or kmedoids-dijkstra
"n_clusters_gas": 14, # total number of resulting CH4 nodes (DE+foreign)
"n_clusters_h2": 14, # total number of resulting H2 nodes (DE+foreign)
"n_clusters_gas": 15, # total number of resulting CH4 nodes (DE+foreign)
"n_clusters_h2": 15, # total number of resulting H2 nodes (DE+foreign)
"cluster_foreign_gas": False, # take foreign CH4 buses into account, True or False
"k_elec_busmap": False, # False or path/to/busmap.csv
"k_gas_busmap": False, # False or path/to/ch4_busmap.csv
Expand Down

0 comments on commit 2194e60

Please sign in to comment.