Open donRumata03 opened 8 months ago
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
https://github.com/aimclub/GOLEM/blob/68706bebbf0050c23a2d015821a276ddb6a2ae69/golem/metrics/edit_distance.py#L10
So, generate_labeled_graph should be probably moved to the libray itself or this code shoud be moved to tests.
tests
generate_labeled_graph
is imported in GOLEM library from examples and used fortry_tree_edit_distance
for testing purposes:https://github.com/aimclub/GOLEM/blob/68706bebbf0050c23a2d015821a276ddb6a2ae69/golem/metrics/edit_distance.py#L10
So,
generate_labeled_graph
should be probably moved to the libray itself or this code shoud be moved totests
.