From f84161e20b1dcd174a30a329c20af0bd08bca275 Mon Sep 17 00:00:00 2001 From: Jay Choy <91728831+ZJay07@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:35:33 +0000 Subject: [PATCH] fixed paddle.cross --- ivy_tests/test_ivy/test_frontends/test_paddle/test_linalg.py | 2 ++ 1 file changed, 2 insertions(+) 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, )