Skip to content

Commit 59e853a

Browse files
authored
Change ote threshold of openvino test for cls (#1401)
1 parent da25cd6 commit 59e853a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/model-preparation-algorithm/tests/ote_cli/test_classification.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_ote_eval(self, template):
118118
@pytest.mark.skipif(TT_STABILITY_TESTS, reason="This is TT_STABILITY_TESTS")
119119
@pytest.mark.parametrize("template", templates, ids=templates_ids)
120120
def test_ote_eval_openvino(self, template):
121-
ote_eval_openvino_testing(template, root, ote_dir, args, threshold=0.0)
121+
ote_eval_openvino_testing(template, root, ote_dir, args, threshold=0.2)
122122

123123
@e2e_pytest_component
124124
@pytest.mark.skipif(TT_STABILITY_TESTS, reason="This is TT_STABILITY_TESTS")

0 commit comments

Comments
 (0)