Skip to content

Commit 94fa709

Browse files
committed
removed dead code in new RPNI and fixed test
1 parent bbb8c78 commit 94fa709

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aalpy/learning_algs/deterministic_passive/GeneralizedStateMerging.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import queue
22
import time
3-
from typing import Tuple
43

54
from aalpy.learning_algs.deterministic_passive.rpni_helper_functions import to_automaton, RpniNode, StateMerging, \
65
createPTA
7-
from aalpy.utils import save_automaton_to_file
86

97

108
class GeneralizedStateMerging:

0 commit comments

Comments
 (0)