We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the contents from two edge lists:
A DavidL
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
The text was updated successfully, but these errors were encountered:
oxy86
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: