app icon indicating copy to clipboard operation
app copied to clipboard

Edge list files containing a "dl" in their first line cannot be loaded

Open oxy86 opened this issue 6 years ago • 0 comments

Here's the contents from two edge lists:

edgelist_bug.txt

A DavidL

edgelist_nobug.txt

A David

Their only difference is the DavidL in the first one.

Import the files as simple non-weighted edge lists. Leave all settings at default.

One imports the nodes named "A" and "David" correctly, the other throws an error, instead of importing "A" and "DavidL".

There is something about the characters "DL" together SocNetV doesn't parse correctly. Obviously, "DL" can appear in node names sometimes.

Tested on v2.4

oxy86 avatar Mar 08 '18 13:03 oxy86