@@ -92,7 +92,7 @@ def test_ote_eval(self, template):
92
92
@e2e_pytest_component
93
93
@pytest .mark .parametrize ("template" , templates , ids = templates_ids )
94
94
def test_ote_eval_openvino (self , template ):
95
- ote_eval_openvino_testing (template , root , ote_dir , args , threshold = 0.01 )
95
+ ote_eval_openvino_testing (template , root , ote_dir , args , threshold = 0.1 )
96
96
97
97
@e2e_pytest_component
98
98
@pytest .mark .parametrize ("template" , templates , ids = templates_ids )
@@ -112,7 +112,7 @@ def test_ote_deploy_openvino(self, template):
112
112
@e2e_pytest_component
113
113
@pytest .mark .parametrize ("template" , templates , ids = templates_ids )
114
114
def test_ote_eval_deployment (self , template ):
115
- ote_eval_deployment_testing (template , root , ote_dir , args , threshold = 0.00 )
115
+ ote_eval_deployment_testing (template , root , ote_dir , args , threshold = 0.0 )
116
116
117
117
@e2e_pytest_component
118
118
@pytest .mark .parametrize ("template" , templates , ids = templates_ids )
@@ -146,7 +146,7 @@ def test_nncf_eval(self, template):
146
146
if template .entrypoints .nncf is None :
147
147
pytest .skip ("nncf entrypoint is none" )
148
148
149
- nncf_eval_testing (template , root , ote_dir , args )
149
+ nncf_eval_testing (template , root , ote_dir , args , threshold = 0.1 )
150
150
151
151
@e2e_pytest_component
152
152
@pytest .mark .parametrize ("template" , templates , ids = templates_ids )
0 commit comments