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 158903b commit 85be610Copy full SHA for 85be610
hdbscan/validity.py
@@ -173,7 +173,7 @@ def internal_minimum_spanning_tree(mr_distances):
173
# If there are no internal edges then we want to take the
174
# max over all the edges that exist in the MST, so we simply
175
# do nothing and return all the edges in the MST.
176
- pass
+ edges = min_span_tree.copy()
177
178
return vertices, edges
179
0 commit comments