Skip to content

Commit e7d5d97

Browse files
authored
Bracket typo
1 parent d9fc000 commit e7d5d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdbscan/robust_single_linkage_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def fit(self, X, y=None):
414414
X = check_array(X, accept_sparse='csr')
415415

416416
kwargs = self.get_params()
417-
del kwargs('metric_params')
417+
del kwargs['metric_params']
418418
kwargs.update(self.metric_params)
419419

420420
self.labels_, self._cluster_hierarchy = robust_single_linkage(

0 commit comments

Comments
 (0)