Replies: 1 comment
-
This is interesting. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I have a a multi graph problem defined as an NX graph, but using
from_networkx
throws an error.Changing this line to the following resolves this issue:
However,
to_networkx
might be less trivial as it would need to check if all the edges are unique, or maybeData
could include a propertyis_multi
(similarly tois_directed
).I patched this locally so it works with my stuff, but I'm happy to open a PR and work out the
to_networkx
part if needed.Beta Was this translation helpful? Give feedback.
All reactions