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'
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'