Skip to content

Commit b09e793

Browse files
authored
Arm backend: Increase atol, rtol to tosa_BI test in test_unary.py (#10897)
The patch solves the problem of flaky tosa_BI test in test_unary.py by increasing the atol and rtol. Signed-off-by: Fang-Ching <[email protected]>
1 parent ccabb2e commit b09e793

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/arm/test/ops/test_unary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ def test_unary_tosa_BI(test_data: input_t1):
116116
(test_data,),
117117
module.aten_op,
118118
module.exir_op,
119+
atol=0.06,
120+
rtol=0.01,
119121
)
120122
pipeline.run()
121123

0 commit comments

Comments
 (0)