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 a1a7b74 commit 3e00738Copy full SHA for 3e00738
fast_hdbscan/tests/test_hdbscan.py
@@ -149,7 +149,7 @@ def test_fhdbscan_allow_single_cluster_with_epsilon():
149
).fit(no_structure)
150
unique_labels, counts = np.unique(c.labels_, return_counts=True)
151
assert len(unique_labels) == 8
152
- assert counts[unique_labels == -1] == 65
+ assert counts[unique_labels == -1] == 68
153
154
# An epsilon of 0.2 will produce 2 noise points and 2 labels
155
# Allow single cluster does not prevent applying the epsilon threshold.
0 commit comments