Skip to content

Commit 88c66dd

Browse files
authored
add back metrics import
1 parent 7d50735 commit 88c66dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/eschr/tl/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import zarr
1414
from scipy.sparse import coo_matrix, csr_matrix, hstack
1515
from scipy.spatial.distance import pdist, squareform
16+
from sklearn import metrics
1617

1718
from ._zarr_utils import (make_zarr_sparse, make_zarr_dense)
1819
from ._clustering import (run_base_clustering, consensus_cluster_leiden)

0 commit comments

Comments
 (0)