diff --git a/backends/arm/test/ops/test_unary.py b/backends/arm/test/ops/test_unary.py index f8359bb4339..dcb80b901e4 100644 --- a/backends/arm/test/ops/test_unary.py +++ b/backends/arm/test/ops/test_unary.py @@ -116,6 +116,8 @@ def test_unary_tosa_BI(test_data: input_t1): (test_data,), module.aten_op, module.exir_op, + atol=0.06, + rtol=0.01, ) pipeline.run()