aboutsummaryrefslogtreecommitdiff
path: root/verif/tests/test_tosa_result_checker.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tests/test_tosa_result_checker.py')
-rw-r--r--verif/tests/test_tosa_result_checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/verif/tests/test_tosa_result_checker.py b/verif/tests/test_tosa_result_checker.py
index efee23b..d78d158 100644
--- a/verif/tests/test_tosa_result_checker.py
+++ b/verif/tests/test_tosa_result_checker.py
@@ -40,7 +40,7 @@ def _delete_data_file(file: Path):
(np.uint16, trc.TestResult.MISMATCH),
(np.uint32, trc.TestResult.MISMATCH),
(np.uint64, trc.TestResult.MISMATCH),
- (np.float16, trc.TestResult.MISMATCH),
+ (np.float16, trc.TestResult.PASS),
(np.float32, trc.TestResult.PASS),
(np.float64, trc.TestResult.MISMATCH),
(bool, trc.TestResult.PASS),