clustering: remove old dependency

This commit is contained in:
Fabian 2022-11-09 17:04:31 +01:00
parent 992efcaa91
commit 6d972600b1

View File

@ -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)