diff --git a/hdbscan/_hdbscan_tree.pyx b/hdbscan/_hdbscan_tree.pyx index 08d67d6f..3d28562d 100644 --- a/hdbscan/_hdbscan_tree.pyx +++ b/hdbscan/_hdbscan_tree.pyx @@ -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