Skip to content

Commit 90d5169

Browse files
committed
Apply code-formatting
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
1 parent 0cbcfe7 commit 90d5169

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/openvino/test_decoder.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,9 @@ def test_find_untested_architectures(self):
336336
# TODO: remove gptq/awq from here
337337
@parameterized.expand(SUPPORTED_ARCHITECTURES)
338338
def test_compare_to_transformers(self, model_arch):
339-
if model_arch in ("xglm", "zamba2", "granitemoehybrid", "llama4", "afmoe") and is_openvino_version(">=", "2026.1.0"):
339+
if model_arch in ("xglm", "zamba2", "granitemoehybrid", "llama4", "afmoe") and is_openvino_version(
340+
">=", "2026.1.0"
341+
):
340342
self.skipTest("CVS-183350: OpenVINO 2026.1.0 inference results mismatch")
341343
self.mock_torch_compile(model_arch)
342344
model_id = MODEL_NAMES[model_arch]

0 commit comments

Comments
 (0)