Skip to content
Snippets Groups Projects
Commit de7cc23a authored by Remi Eyraud's avatar Remi Eyraud
Browse files

method name change in automaton.py

parent 53f8ba73
No related branches found
No related tags found
No related merge requests found
...@@ -639,12 +639,3 @@ class Automaton(object): ...@@ -639,12 +639,3 @@ class Automaton(object):
toReturn.update({i: max(w, 0)}) toReturn.update({i: max(w, 0)})
toReturn.update({-1: max(p_w, 0)}) toReturn.update({-1: max(p_w, 0)})
return toReturn return toReturn
# if __name__ == '__main__':
# A = Automaton.SimpleExample()
# A = A.transformation()
# d = A.calc_prefix_completion_weights([-1])
# print(d)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment