Skip to content

Commit 707b1b6

Browse files
committed
Remove leftover debug print
1 parent 73a29f9 commit 707b1b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aalpy/learning_algs/deterministic_passive/ClassicRPNI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def _compatible(self, root_node):
5959
"""
6060
for sequence in self.test_data:
6161
if not check_sequence(root_node, sequence, automaton_type=self.automaton_type):
62-
print(sequence)
6362
return False
6463
return True
6564

0 commit comments

Comments
 (0)