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

DescentGraph not defined #30

Closed
mkarikom opened this issue May 29, 2020 · 4 comments
Closed

DescentGraph not defined #30

mkarikom opened this issue May 29, 2020 · 4 comments

Comments

@mkarikom
Copy link

weird issue when adding:

julia> using UMAP
[ Info: Precompiling UMAP [c4f8c510-2410-5be4-91d7-4fbaeb39457e]
ERROR: LoadError: UndefVarError: DescentGraph not defined
Stacktrace:
[1] include(::Module, ::String) at ./Base.jl:377
[2] top-level scope at none:2
[3] eval at ./boot.jl:331 [inlined]
[4] eval(::Expr) at ./client.jl:449
[5] top-level scope at ./none:3
in expression starting at /home/myhome/.julia/packages/UMAP/Eq5Hc/src/UMAP.jl:4

@mkarikom
Copy link
Author

Looks like NearestNeighborDescent.DescentGraph is no longer exported?

@dillondaudert
Copy link
Owner

Make sure you're using the latest version of UMAP. DescentGraph was removed in version 0.3 of NearestNeighborDescent.jl, which is what the latest version of UMAP uses.

@dillondaudert
Copy link
Owner

Were you able to fix your issue?

@mkarikom
Copy link
Author

mkarikom commented Jun 3, 2020 via email

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

2 participants