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 f932878 commit 1c5ff02Copy full SHA for 1c5ff02
fast_hdbscan/core_graph.py
@@ -43,7 +43,7 @@ def knn_mst_union(neighbors, core_distances, min_spanning_tree, lens_values):
43
return graph
44
45
46
-@numba.njit()
+@numba.njit(parallel=True)
47
def flatten_to_csr(graph):
48
# Count children to form indptr
49
num_points = len(graph)
0 commit comments