Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newest version breaks with UMAP #217

Open
guyronhuji opened this issue Apr 19, 2023 · 3 comments
Open

Newest version breaks with UMAP #217

guyronhuji opened this issue Apr 19, 2023 · 3 comments

Comments

@guyronhuji
Copy link

Installing the new version and running UMAP, first attempt runs ok, all subsequent ones crash (likely due to some memory leak). Downgrading to the previous version solves the problem.

@lmcinnes
Copy link
Owner

That seems not good ... I'll try to check this when I get some time.

@jakobhansen-blai
Copy link
Contributor

I just ran into the same issue. It appears to be due to numba caching in rp_trees.py. Removing cache=True from make_dense_tree()/make_sparse_tree() seems to fix it.

@lmcinnes
Copy link
Owner

Thanks @jakobhansen-blai I'll try to get a new release out tomorrow to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants