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 74ebe3f commit 6d9ae9bCopy full SHA for 6d9ae9b
observer/validation/ftso.py
@@ -143,14 +143,15 @@ def check_submit_2(
143
)
144
145
146
- if minimal_condition_indices:
147
- ind = ", ".join(minimal_condition_indices)
148
- issues.append(
149
- mb.build(
150
- MessageLevel.WARNING,
151
- f"submit2 values missed minimal conditions on indices {ind}",
152
- )
153
+ # TODO:(matej) change this to a sampling array instead
+ # if minimal_condition_indices:
+ # ind = ", ".join(minimal_condition_indices)
+ # issues.append(
+ # mb.build(
+ # MessageLevel.WARNING,
+ # f"submit2 values missed minimal conditions on indices {ind}",
+ # )
154
155
156
return issues
157
0 commit comments