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

params not define #1

Open
bigmushroom1 opened this issue Mar 20, 2024 · 2 comments
Open

params not define #1

bigmushroom1 opened this issue Mar 20, 2024 · 2 comments

Comments

@bigmushroom1
Copy link

line 406, in get_subgraphs
nodes, node_labels = subgraph_extraction_labeling((head, tail), rel, adj_list, h=params_.hop, enclosing_sub_graph=params.enclosing_sub_graph, max_node_label_value=max_node_label_value)
NameError: name 'params' is not defined

@Tebmer
Copy link
Owner

Tebmer commented Mar 20, 2024

Thanks for your input. The code can run successfully in my environment. You might want to consider changing "params" to "params_" and see if that resolves the issue.

Feel free to reach out if you encounter any further difficulties.

@bigmushroom1
Copy link
Author

bigmushroom1 commented Mar 20, 2024 via email

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