Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upNetworkx not ingesting gexf. #68
Comments
This comment has been minimized.
This comment has been minimized.
I have fixed a gexf by removing graph-level attributes from the graph. This is apparently not supported in gexf. |
This comment has been minimized.
This comment has been minimized.
Sounds good - and this doesn't have any impact on Gephi ingesting the file? |
This comment has been minimized.
This comment has been minimized.
Correct. This problem applied only to networkx so far. |
greebie
referenced this issue
Feb 21, 2019
Merged
Remove graph attributes from gexf output (not supported by networkx). #68 #69
This comment has been minimized.
This comment has been minimized.
Resolved with ddbb38a |
ruebot
closed this
Feb 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
greebie commentedFeb 20, 2019
Describe the bug
Produces:
Expected behavior
read_gexf
ingests graph as required.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop/Laptop (please complete the following information):
Additional context
This could very well be a networkx problem as the same graphs work in Gephi. It may also be resolved with archivesunleashed/aut#289 as this could be related to hash collisions.