Skip to content

Commit

Permalink
ann types fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsolp committed Aug 22, 2024
1 parent d93aee6 commit 7dbe38d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cuml/cuml/cluster/hdbscan/hdbscan.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ IF GPUBUILD == 1:
size_t max_iterations,
float termination_threshold,
bool return_distances,
uint64_t n_clusters,

cdef extern from "cuml/cluster/hdbscan.hpp" namespace "ML::HDBSCAN::Common":

Expand Down

0 comments on commit 7dbe38d

Please sign in to comment.