openego / eTraGo

Optimization of flexibility options for transmission grids based on PyPSA
GNU Affero General Public License v3.0
32 stars 13 forks source link

unify_foreign_buses makes the clustering too slow #580

Closed CarlosEpia closed 1 year ago

CarlosEpia commented 1 year ago

When unify_foreign_buses was created, the execution time of the clustering doubled. Merging busmaps instead of using the function get_clustering_from_busmap could solve this problem.