Skip to content

Commit a1a7b74

Browse files
authored
Update test_hdbscan.py
1 parent 7028527 commit a1a7b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast_hdbscan/tests/test_hdbscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_fhdbscan_allow_single_cluster_with_epsilon():
148148
cluster_selection_epsilon=0.0,
149149
).fit(no_structure)
150150
unique_labels, counts = np.unique(c.labels_, return_counts=True)
151-
assert len(unique_labels) == 9
151+
assert len(unique_labels) == 8
152152
assert counts[unique_labels == -1] == 65
153153

154154
# An epsilon of 0.2 will produce 2 noise points and 2 labels

0 commit comments

Comments
 (0)