Skip to content

Commit db32ca5

Browse files
committed
Remove unnecessary element.
1 parent 11c57e1 commit db32ca5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hdbscan/_hdbscan_tree.pyx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ cimport numpy as np
88

99
cdef np.double_t INFTY = np.inf
1010

11-
cdef struct TreeEdge_t:
12-
np.intp_t parent
13-
np.intp_t child
14-
np.float_t lambda_val
15-
np.intp_t child_size
16-
1711
cdef list bfs_from_hierarchy(np.ndarray[np.double_t, ndim=2] hierarchy, np.intp_t bfs_root):
1812

1913
"""

0 commit comments

Comments
 (0)