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
When I run the twtl code with the new lomap, I get an error where relabel_nodes doesnt seem to have the right structure, but it is correct with respect to networkx=1.11 documentation. Any ideas?
File "twtl/twtl/dfa.py", line 324, in relabel_dfa
ret.g = nx.relabel_nodes(dfa.g, mapping, copy=True)
TypeError: relabel_nodes() got an unexpected keyword argument 'copy'
The text was updated successfully, but these errors were encountered:
When I run the twtl code with the new lomap, I get an error where relabel_nodes doesnt seem to have the right structure, but it is correct with respect to networkx=1.11 documentation. Any ideas?
File "twtl/twtl/dfa.py", line 324, in relabel_dfa
ret.g = nx.relabel_nodes(dfa.g, mapping, copy=True)
TypeError: relabel_nodes() got an unexpected keyword argument 'copy'
The text was updated successfully, but these errors were encountered: