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 4b3ebea commit b59b1c1Copy full SHA for b59b1c1
hdbscan/_hdbscan_tree.pyx
@@ -1,4 +1,4 @@
1
-#cython: boundscheck=False, nonecheck=False, initializedcheck=False, profile=True
+#cython: boundscheck=False, nonecheck=False, initializedcheck=False
2
# Tree handling (condensing, finding stable clusters) for hdbscan
3
# Authors: Leland McInnes
4
# License: 3-clause BSD
0 commit comments