Skip to content

Bug with GMatch4py if start with an other example #24

Description

@pkrezel

Hi,
I noticed that if I don't begin with the examples given in your document, GMatch4py fails and gives:
_


TypeError Traceback (most recent call last)
in
----> 1 result=ged.compare([Gx1, Gx2, Gx3],None)
2 print(result)

gmatch4py/ged/abstract_graph_edit_dist.pyx in gmatch4py.ged.abstract_graph_edit_dist.AbstractGraphEditDistance.compare()

gmatch4py/ged/abstract_graph_edit_dist.pyx in gmatch4py.ged.abstract_graph_edit_dist.AbstractGraphEditDistance.compare()

gmatch4py/helpers/general.pyx in gmatch4py.helpers.general.parsenx2graph()

gmatch4py/graph.pyx in gmatch4py.graph.Graph.init()

TypeError: Expected str, got int

_

If I begin with your example and do the same thing it works!

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