Skip to content

Error with dfa in twtl code #4

@zserlin

Description

@zserlin

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions