Skip to content

Commit 0db494d

Browse files
committed
Minor labelling improvement
1 parent ae77292 commit 0db494d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hdbscan/_hdbscan_linkage.c

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hdbscan/_hdbscan_linkage.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ cpdef np.ndarray[np.double_t, ndim=2] label(np.ndarray[np.double_t, ndim=2] L):
282282
cdef np.ndarray[np.double_t, ndim=2] result_arr
283283
cdef np.double_t[:, ::1] result
284284

285-
cdef np.intp_t N, a, aa, b, bb, idx
285+
cdef np.intp_t N, a, aa, b, bb, index
286286
cdef np.double_t delta
287287

288288
result_arr = np.zeros((L.shape[0], L.shape[1] + 1))

0 commit comments

Comments
 (0)