Skip to content

Commit 97ce83b

Browse files
committed
Indent issue
1 parent 04599f2 commit 97ce83b

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
@@ -120,7 +120,7 @@ def _rsl_boruvka_balltree(X, k=5, alpha=1.0,
120120
if core_dist_n_jobs < 1:
121121
core_dist_n_jobs = max(cpu_count() + 1 + core_dist_n_jobs, 1)
122122

123-
dim = X.shape[0]
123+
dim = X.shape[0]
124124
min_samples = min(dim - 1, k)
125125

126126
tree = BallTree(X, metric=metric, leaf_size=leaf_size, **kwargs)

0 commit comments

Comments
 (0)