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!
Hi,
I noticed that if I don't begin with the examples given in your document, GMatch4py fails and gives:
_
_
If I begin with your example and do the same thing it works!