NetLogo / NetLogo/NW-Extension

Exporting and importing GDF files fails for multigraphs

Open
#149 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.