Open ramadap opened 4 years ago
Ah! Seems you are right. We will fix this.
Hey, I'm also running into this issue. I was wondering when we can expect an update?
I am overburdened with research obligations right now, but if this troubles you significantly go ahead and make a pull request.
As a guide, the issue is due to lines 271-279 in interactive.py
. You just need to rewrite that bit so it handles network
being a node-link dictionary.
on it
should be fixed now in v0.1.5
Although stated in the documentation that the network can be provided as a Dict, it fails with message "Netwulf only supports
nx.Graph
,nx.DiGraph
, andnx.MultiDiGraph
".