-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
Looks like NearestNeighborDescent.DescentGraph is no longer exported? |
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. |
Were you able to fix your issue? |
Hi, yes the upgrade worked. Thanks for your help!
…On Wed, Jun 3, 2020 at 11:16 AM Dillon Daudert ***@***.***> wrote:
Were you able to fix your issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRZ47X5HQAWO35J2BTA33RU2HQHANCNFSM4NNT42ZQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: