-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I tried to run the code in the readme:
import networkx as nx
import graphwfc
GI = nx.Graph([(1,2),(2,3),(3,4)])
GI.add_nodes_from([(1,{'c':1}),(2,{'c':1}),(3,{'c':2}),(4,{'c':3})])
GL = nx.DiGraph([(1,2)])
GO = nx.random_tree(1000)But it raises the following networkx error: AttributeError: 'Graph' object has no attribute 'pred'
I'm using networkx==2.5
Originally posted by @asher-pembroke in #1 (comment)
Metadata
Metadata
Assignees
Labels
No labels