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 76ab7b3 commit 62c4951Copy full SHA for 62c4951
hdbscan/tests/test_flat.py
@@ -133,7 +133,7 @@ def test_switch_to_leaf():
133
# Then, a warning is raised saying 'eom' can't get this clustering,
134
assert len(w) > 0
135
assert issubclass(w[-1].category, UserWarning) or issubclass(w[-1].category, DeprecationWarning)
136
- // assert "Cannot predict" in str(w[-1].message)
+ # assert "Cannot predict" in str(w[-1].message)
137
138
# the resulting clusterer switches to using method 'leaf',
139
assert clusterer_flat.cluster_selection_method == 'leaf', (
0 commit comments