From 6d972600b1c1db1c8bf2a9acac5b8632e432782c Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 9 Nov 2022 17:04:31 +0100 Subject: [PATCH] clustering: remove old dependency --- scripts/cluster_network.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/cluster_network.py b/scripts/cluster_network.py index 28f46834..93a93b85 100644 --- a/scripts/cluster_network.py +++ b/scripts/cluster_network.py @@ -137,8 +137,7 @@ import seaborn as sns from functools import reduce -from pypsa.networkclustering import (busmap_by_kmeans, busmap_by_spectral_clustering, - _make_consense, get_clustering_from_busmap) +from pypsa.networkclustering import (busmap_by_kmeans, _make_consense, get_clustering_from_busmap) import warnings warnings.filterwarnings(action='ignore', category=UserWarning)