-
Notifications
You must be signed in to change notification settings - Fork 28
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
UndefVarError: DOT not defined #34
Comments
Some graph formats need additional packages - we did not want to make them mandatory for that package to reduce unnecessary dependencies, so you have to import them manually. I thought we had documented this in the README but apparently that is not the case. In your case you need to install |
Thank you, it works now. One more question, if I may: I thought that graph name is optional, but skipping it doesn't work:
Am I reading https://juliagraphs.org/LightGraphs.jl/stable/persistence/#LightGraphs.loadgraphs-Tuple{AbstractString,LightGraphs.AbstractGraphFormat} wrong? |
The methods for importing dot are defined here: Line 86 in eb35fe3
|
So the documentation is not accurate, right? EDIT BTW, there is also:
Doesn't it match |
Never mind. This error:
was caused by graph name different from |
Is there any way to make this clear from the error message? |
Same here: This should be added to the Documentation/README.md and/or to the error message! |
I'm trying to test basic functionality and I got stuck here:
I'm using Julia 1.5.1 on Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: