We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7028527 commit a1a7b74Copy full SHA for a1a7b74
fast_hdbscan/tests/test_hdbscan.py
@@ -148,7 +148,7 @@ def test_fhdbscan_allow_single_cluster_with_epsilon():
148
cluster_selection_epsilon=0.0,
149
).fit(no_structure)
150
unique_labels, counts = np.unique(c.labels_, return_counts=True)
151
- assert len(unique_labels) == 9
+ assert len(unique_labels) == 8
152
assert counts[unique_labels == -1] == 65
153
154
# An epsilon of 0.2 will produce 2 noise points and 2 labels
0 commit comments