socnetv / app

Social Network Analysis and Visualization software application.
https://socnetv.org
Other
207 stars 26 forks source link

Wrong edge filtering in directed valued networks #140

Closed oxy86 closed 1 year ago

oxy86 commented 2 years ago

"On filtering edges function - does this work correctly? I have sometimes filtered by anything below strength of 7 but then I can still see edges with 5s and 4s on the graph. "

oxy86 commented 2 years ago

A directed valued network in CSV format where the edge filtering does not work correctly.

0,7,2,6,4,5,5,4,2,7,6,2,7,10,10
9,0,7,7,7,7,6,6,6,7,6,6,9,9,9
9,9,0,7,8,7,7,6,6,9,6,6,9,9,9
9,8,6,0,7,7,7,6,5,8,7,5,9,10,9
9,7,2,8,0,4,6,4,2,4,3,0,9,8,9
4,5,2,3,4,0,6,3,2,8,7,2,8,7,8
10,8,3,7,4,8,0,5,4,7,7,4,9,9,10
9,7,6,8,7,7,7,0,6,8,8,6,8,8,9
10,8,6,7,6,6,6,6,0,8,7,6,10,10,10
8,6,3,7,4,4,5,5,4,0,4,3,8,7,9
8,5,3,5,7,7,8,6,3,7,0,4,9,10,9
8,7,5,7,8,6,6,5,5,9,5,0,7,8,6
7,4,2,3,2,3,4,2,2,5,6,1,0,9,9
5,2,0,0,3,2,4,0,0,6,3,0,5,0,5
7,7,5,5,6,5,6,5,5,6,6,4,10,10,0
GavinByrne95 commented 2 years ago

I too am experiencing this issue. Any help here would be appreciated!