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

UnboundLocalError: local variable 'input_patterns_list' referenced before assignment #14

Open
jackx2006 opened this issue Oct 22, 2020 · 0 comments

Comments

@jackx2006
Copy link

Hi Graffitist Authors,

Thanks for your great works. I just try to test your graffitist code: static and retrain mode. They both encouter the issues: 'UnboundLocalError: local variable 'input_patterns_list' referenced before assignment', which is under the function of /utils/graph_matcher.py. Do you know how to solve this issue? Thanks!


/graffitist/graffitist/utils/graph_matcher.py", line 89, in match
for input_patterns in input_patterns_list:
UnboundLocalError: local variable 'input_patterns_list' referenced before assignment

Best regards,
Jack

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

1 participant