Skip to content

Commit

Permalink
align with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoosh committed Oct 14, 2024
1 parent 95c7838 commit c145eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_otx_e2e_cli(
assert (latest_dir / export_case.expected_output).exists()

if task == OTXTaskType.OBJECT_DETECTION_3D:
return # "3D Object Detection is not supported for OV IR inference.
return # "3D Object Detection is not supported for OV IR inference.

# 4) infer of the exported models
ov_output_dir = tmp_path_test / "outputs" / "OPENVINO"
Expand Down Expand Up @@ -319,7 +319,7 @@ def test_otx_explain_e2e_cli(
"rtdetr_50",
"rtdetr_101",
"maskrcnn_r50_tv",
"maskrcnn_r50_tv_tile"
"maskrcnn_r50_tv_tile",
]

if any(model in model_name for model in models_not_supported):
Expand Down

0 comments on commit c145eb7

Please # to comment.