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

Order of edges in .e and .class #69

Open
mschauer opened this issue Apr 5, 2023 · 0 comments
Open

Order of edges in .e and .class #69

mschauer opened this issue Apr 5, 2023 · 0 comments

Comments

@mschauer
Copy link

mschauer commented Apr 5, 2023

It is a bit confusing that the order of edges in maps.e doesn't respect the order edges(mapx.g) gives.

julia> collect(edges(mapx.g))[100]
Edge 62 => 63

julia> mapx.n[ans.src], mapx.n[ans.dst]
(140183299, 300033881)

julia> mapx.e[100]
(140251695, 140251692)
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

1 participant