We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b180485 commit 7ce7769Copy full SHA for 7ce7769
grape/automaton/loop_manager.py
@@ -176,4 +176,4 @@ def add_loops(
176
del new_dfta.rules[(dst, tuple())]
177
new_dfta.reduce()
178
new_dfta.refresh_reversed_rules()
179
- return __convert_automaton__(new_dfta) # .minimise())#.classic_state_renaming())
+ return __convert_automaton__(new_dfta).minimise().classic_state_renaming()
0 commit comments