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