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
edge definition now is edge: (node_i, node_j, 0) which is applicable to MultiGraph objs, but we do work with simple graphs, so edge should be treated as (node_i, node_j).