aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
60 stars 7 forks source link

GOLEM lib dependency on examples/ #267

Open donRumata03 opened 7 months ago

donRumata03 commented 7 months ago

generate_labeled_graph is imported in GOLEM library from examples and used for try_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 to tests.