diff --git a/ivy_tests/test_ivy/test_frontends/test_paddle/test_linalg.py b/ivy_tests/test_ivy/test_frontends/test_paddle/test_linalg.py index a5aa23037461d..b7c948cf23438 100644 --- a/ivy_tests/test_ivy/test_frontends/test_paddle/test_linalg.py +++ b/ivy_tests/test_ivy/test_frontends/test_paddle/test_linalg.py @@ -451,6 +451,8 @@ def test_paddle_cross( x=x, y=y, axis=axis, + atol=1e-4, + rtol=1e-4, )