NetLogo / NW-Extension

This is the NetLogo Network Extension. For general information about NetLogo, see:
http://ccl.northwestern.edu/netlogo/
Other
62 stars 25 forks source link

Exporting and importing GDF files fails for multigraphs #149

Open qiemem opened 9 years ago

qiemem commented 9 years ago

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.