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

Exporting and importing GDF files fails for multigraphs #149

Open
qiemem opened this issue Mar 5, 2015 · 0 comments
Open

Exporting and importing GDF files fails for multigraphs #149

qiemem opened this issue Mar 5, 2015 · 0 comments
Assignees
Labels

Comments

@qiemem
Copy link
Member

qiemem commented Mar 5, 2015

To reproduce:

crt 2
ask turtle 0 [ create-undirected-link-with turtle 1 ]
ask turtle 0 [ create-directed-link-to turtle 1 ]
nw:save-gdf "multigraph.gdf"
ca
nw:load-gdf "multigraph.gdf" turtles links

count undirected-links will produce 0 instead of the expected 1. While this definitely fails for gdf, I assume it fails for the other gephi-based formats as well.

@qiemem qiemem added the bug label Mar 5, 2015
@qiemem qiemem self-assigned this Mar 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant