Skip to content

Commit b59b1c1

Browse files
committed
Remove profiling now that the problem has been found -- numpy structured array access got worse in an update.
1 parent 4b3ebea commit b59b1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdbscan/_hdbscan_tree.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#cython: boundscheck=False, nonecheck=False, initializedcheck=False, profile=True
1+
#cython: boundscheck=False, nonecheck=False, initializedcheck=False
22
# Tree handling (condensing, finding stable clusters) for hdbscan
33
# Authors: Leland McInnes
44
# License: 3-clause BSD

0 commit comments

Comments
 (0)