We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f0e708 + a781b15 commit ff4c623Copy full SHA for ff4c623
aalpy/learning_algs/general_passive/Node.py
@@ -91,8 +91,9 @@ def check_data_format(value):
91
for data_point in data:
92
if len(data_point) != 2:
93
data_format = check_data_format("traces")
94
- if not check_consistency:
95
- return data_format
+ if check_consistency:
+ continue
96
+ return data_format
97
o1, o2 = data_point
98
if not isinstance(o1, accepted_types):
99
0 commit comments