Skip to content

Commit

Permalink
Remove profiling now that the problem has been found -- numpy structu…
Browse files Browse the repository at this point in the history
…red array access got worse in an update.
  • Loading branch information
lmcinnes committed Dec 5, 2015
1 parent 4b3ebea commit b59b1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdbscan/_hdbscan_tree.pyx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#cython: boundscheck=False, nonecheck=False, initializedcheck=False, profile=True
#cython: boundscheck=False, nonecheck=False, initializedcheck=False
# Tree handling (condensing, finding stable clusters) for hdbscan
# Authors: Leland McInnes
# License: 3-clause BSD
Expand Down

0 comments on commit b59b1c1

Please sign in to comment.