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
I am using lightbulb testing on "test_gen_tree.txt".
The error I am getting is in line 223 of /.local/lib/python2.7/site-packages/symautomata/pywrapfstdfa.py:
arc = fst.Arc(self.isyms[char], self.osyms[char], fst.Weight.One(self.automaton.weight_type()), dst)
TypeError: 'str' object is not callable
Can you help me with that?
The text was updated successfully, but these errors were encountered:
I am using lightbulb testing on "
test_gen_tree.txt
".The error I am getting is in line 223 of
/.local/lib/python2.7/site-packages/symautomata/pywrapfstdfa.py
:Can you help me with that?
The text was updated successfully, but these errors were encountered: