Skip to content

change the to_graph method to output a directed graph #16

@HoekR

Description

@HoekR

The documentation claims that the to_graph method outputs "a networkx directed weighted graph representing the DAFSA", but it now outputs an undirected graph. Changing line 927 in dafsa.py from

graph = nx.Graph()

to

graph = nx.DiGraph()

will remedy this

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