Property graph converted using to_networkx function cannot be saved correctly to gexf file #4579
Unanswered
Jasmine-lxn
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You seem to have posted this twice? It would also usually be easier to help if you provide your code in a code block rather than a screenshot. In this case the error seems to occur because
Maybe its a good idea to raise an issue on their github? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use to_networkx function to convert the data in torch to networkx (retain the attributes of nodes and edges in the graph data), and then save it as a gexf file, but it always prompts an error, what should I do?
Beta Was this translation helpful? Give feedback.
All reactions