Edges with floating point weights are not saved

Bug #1629997 reported by Dimitris Kalamaras
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SocNetV
Fix Released
High
Dimitris Kalamaras

Bug Description

1. Create some nodes and edges between them with floating point weights below 1
For instance,
0 0.5 0 0
0 0 0.5 0
0 0 0 0.5
0 0 0 0

2. Try to save the network in any format (graphml, pajek, adjacency).

3. The net is saved but the edges are not.

Revision history for this message
Dimitris Kalamaras (dimitris-kalamaras) wrote :

Adjacency format export fixed.

description: updated
summary: - Edges of weight |w| < 1 are not saved
+ Edges with floating point weights are not saved
Revision history for this message
Dimitris Kalamaras (dimitris-kalamaras) wrote :

GraphML and Pajek exporting fixed.

Adjacency fix should be revisited and the user should have the option to export to either true (0,1) adjacency (without weights) or (0,w) adjacency (with weights).

Changed in socnetv:
importance: High → Critical
importance: Critical → High
status: Confirmed → In Progress
Revision history for this message
Dimitris Kalamaras (dimitris-kalamaras) wrote :

For the adjacency dispute (weights or not), see https://en.wikipedia.org/wiki/Adjacency_matrix

Changed in socnetv:
status: In Progress → Fix Committed
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.