Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the example from readme #44

Open
merascu opened this issue Nov 1, 2022 · 1 comment
Open

Error in the example from readme #44

merascu opened this issue Nov 1, 2022 · 1 comment

Comments

@merascu
Copy link

merascu commented Nov 1, 2022

In the example in the repo:
{"graph_1": [[0, 1], [1, 2], [2, 3], [3, 4]],
"graph_2": [[0, 1], [1, 2], [1, 3], [3, 4], [2, 4]],
"labels_1": [2, 2, 2, 2],
"labels_2": [2, 3, 2, 2, 2],
"ged": 1}
I think there is a label missing in labels_1. Also the ged for the example is 2 if we consider the missing label is 2.
Am I missing smth?

@foresthao
Copy link

If this example missing a label in the labels_1. As you think the missing label is 2. I think the ged is "3". Because you need to delete edge(1,3 and 2,4) and chage a label for a node.
Am I right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants