Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backends/arm/test/ops/test_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def _test_clone_tosa_BI_pipeline(
if common.TOSA_REF_MODEL_INSTALLED:
tester.run_method_and_compare_outputs(qtol=1)
else:
logger.warning(
"TOSA ref model tool not installed, skip numerical correctness tests"
raise RuntimeError(
"TOSA ref model tool not installed and the test is an expected fail"
)

def _test_clone_tosa_u55_pipeline(
Expand Down
4 changes: 2 additions & 2 deletions backends/arm/test/ops/test_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def _test_view_tosa_BI_pipeline(
if common.TOSA_REF_MODEL_INSTALLED:
tester.run_method_and_compare_outputs(qtol=1)
else:
logger.warning(
"TOSA ref model tool not installed, skip numerical correctness tests"
raise RuntimeError(
"TOSA ref model tool not installed and the test is an expected fail"
)

def _test_view_u55_BI_pipeline(
Expand Down