We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
generate_labeled_graph is imported in GOLEM library from examples and used for try_tree_edit_distance for testing purposes:
generate_labeled_graph
try_tree_edit_distance
GOLEM/golem/metrics/edit_distance.py
Line 10 in 68706be
So, generate_labeled_graph should be probably moved to the libray itself or this code shoud be moved to tests.
tests
The text was updated successfully, but these errors were encountered:
No branches or pull requests
generate_labeled_graph
is imported in GOLEM library from examples and used fortry_tree_edit_distance
for testing purposes:GOLEM/golem/metrics/edit_distance.py
Line 10 in 68706be
So,
generate_labeled_graph
should be probably moved to the libray itself or this code shoud be moved totests
.The text was updated successfully, but these errors were encountered: