You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'DiGraph' object has no attribute 'number_of_selfloops'
I am aware this function has been depreciated in networkx==2.4 but are there any plans for a fix to nxpd or any quick fixes I could use in the meantime?
The text was updated successfully, but these errors were encountered:
I am trying to run the below code (in Jupyter-notebook) using
networkx==2.4
andnxpd==0.2.0
However I get the error
'DiGraph' object has no attribute 'number_of_selfloops'
I am aware this function has been depreciated in
networkx==2.4
but are there any plans for a fix tonxpd
or any quick fixes I could use in the meantime?The text was updated successfully, but these errors were encountered: