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

GOLEM lib dependency on examples/ #267

Open
donRumata03 opened this issue Mar 7, 2024 · 0 comments
Open

GOLEM lib dependency on examples/ #267

donRumata03 opened this issue Mar 7, 2024 · 0 comments
Labels
refactoring test Adding or fixing tests

Comments

@donRumata03
Copy link
Collaborator

generate_labeled_graph is imported in GOLEM library from examples and used for try_tree_edit_distance for testing purposes:

from examples.synthetic_graph_evolution.generators import generate_labeled_graph

So, generate_labeled_graph should be probably moved to the libray itself or this code shoud be moved to tests.

@donRumata03 donRumata03 added refactoring test Adding or fixing tests labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring test Adding or fixing tests
Projects
None yet
Development

No branches or pull requests

1 participant