clustering: remove old dependency
This commit is contained in:
parent
992efcaa91
commit
6d972600b1
@ -137,8 +137,7 @@ import seaborn as sns
|
|||||||
|
|
||||||
from functools import reduce
|
from functools import reduce
|
||||||
|
|
||||||
from pypsa.networkclustering import (busmap_by_kmeans, busmap_by_spectral_clustering,
|
from pypsa.networkclustering import (busmap_by_kmeans, _make_consense, get_clustering_from_busmap)
|
||||||
_make_consense, get_clustering_from_busmap)
|
|
||||||
|
|
||||||
import warnings
|
import warnings
|
||||||
warnings.filterwarnings(action='ignore', category=UserWarning)
|
warnings.filterwarnings(action='ignore', category=UserWarning)
|
||||||
|
Loading…
Reference in New Issue
Block a user