NetLogo / NetLogo/NW-Extension
Exporting and importing GDF files fails for multigraphs
Open
@qiemem is already working on this.
Since Mar 5, 2015.
bug
- Dominant language
- Scala
- Stars
- 66
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.