TutteInstitute / fast_hdbscan

A fast multi-core implementation of HDBSCAN for low dimensional Euclidean spaces
BSD 2-Clause "Simplified" License
78 stars 8 forks source link

Cast dict key to int32, addresses #1 #4

Closed VolkerH closed 1 year ago

VolkerH commented 1 year ago

This addresses #1. I encountered the same problem as reported in #1. This PR fixes the issue on my Windows machine with Python 3.9.0 and numba version 0.56.4.

lmcinnes commented 1 year ago

Thanks! Good catch.