-
Notifications
You must be signed in to change notification settings - Fork 24
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
MethodError: no method matching nv(::Graphs.SimpleGraphs.SimpleDiGraph{Int64}) #62
Comments
Hi,
with
After the change restart Julia in the Jupyter so you do not have the name clash. Let me know if it works after the replacement. |
@pszufe Thanks! that one resolved, however, later it gives error regarding plotting |
Change:
to
|
Perfect! So, all the codes are the same, and just need to change the older LightGraphs to Graphs. Is there any comprehensive documentation for using OpenStreetMapX.jl in addition to STABLE one. These are a bit brief. Thanks again! |
Yes they are unfortunately brief - we look for volunteers here! For time being have a look https://openstreetmapjl.readthedocs.io/en/stable/ |
Thanks a lot @pszufe for your help. If I gain expertise I'll be happy to extend it. |
Hi! When I ran the https://pszufe.github.io/OpenStreetMapX_Tutorial/JuliaCon2020/ , the part that took 10 cars an let them drive between randomly selected pairs of points, gives the following error. I installed all the required packages though.
The text was updated successfully, but these errors were encountered: