Skip to content

Commit 1c5ff02

Browse files
committed
add missing parallel tag
1 parent f932878 commit 1c5ff02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast_hdbscan/core_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def knn_mst_union(neighbors, core_distances, min_spanning_tree, lens_values):
4343
return graph
4444

4545

46-
@numba.njit()
46+
@numba.njit(parallel=True)
4747
def flatten_to_csr(graph):
4848
# Count children to form indptr
4949
num_points = len(graph)

0 commit comments

Comments
 (0)