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

use src(e) instead of e.src #80

Closed
CarloLucibello opened this issue May 21, 2022 · 1 comment · Fixed by #100
Closed

use src(e) instead of e.src #80

CarloLucibello opened this issue May 21, 2022 · 1 comment · Fixed by #100

Comments

@CarloLucibello
Copy link

Some code in the librariy, like this uses field access on edges, e.src, instead of the method src(e) which is what is required by Graphs.jl abstract graph interface.
As a result, graphplot(g) on custom graphs with custom edges can produce errors.

@hexaeder
Copy link
Collaborator

hexaeder commented May 22, 2022

Good suggestion, I am happy to merge a PR that replaces all occurrences of .src and .dst :)

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

Successfully merging a pull request may close this issue.

2 participants