We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a29f9 commit 707b1b6Copy full SHA for 707b1b6
aalpy/learning_algs/deterministic_passive/ClassicRPNI.py
@@ -59,7 +59,6 @@ def _compatible(self, root_node):
59
"""
60
for sequence in self.test_data:
61
if not check_sequence(root_node, sequence, automaton_type=self.automaton_type):
62
- print(sequence)
63
return False
64
return True
65
0 commit comments