Skip to content

Commit

Permalink
Update tests/e2e/cli/visual_prompting/test_visual_prompting.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jaeguk Hyun <[email protected]>
  • Loading branch information
sungchul2 and jaegukhyun authored Jul 17, 2023
1 parent 9989f49 commit 97aa302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/cli/visual_prompting/test_visual_prompting.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_otx_export_fp16(self, template, tmp_dir_path):
@pytest.mark.parametrize("half_precision", [True, False])
def test_otx_eval_openvino(self, template, tmp_dir_path, half_precision):
tmp_dir_path = tmp_dir_path / "visual_prompting"
otx_eval_openvino_testing(template, tmp_dir_path, otx_dir, args, threshold=1.0, half_precision=half_precision)
otx_eval_openvino_testing(template, tmp_dir_path, otx_dir, args, threshold=0.2, half_precision=half_precision)

@e2e_pytest_component
@pytest.mark.skipif(TT_STABILITY_TESTS, reason="This is TT_STABILITY_TESTS")
Expand Down

0 comments on commit 97aa302

Please sign in to comment.