You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: