Skip to content

Commit

Permalink
Fix Ivy Failing Test: tensorflow - elementwise.pow (ivy-llc#28153)
Browse files Browse the repository at this point in the history
Co-authored-by: NripeshN <86844847+NripeshN@users.noreply.github.com>
  • Loading branch information
2 people authored and Kacper-W-Kozdon committed Feb 27, 2024
1 parent 8336189 commit b924679
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1630,8 +1630,8 @@ def test_pow(*, dtype_and_x, test_flags, backend_fw, fn_name, on_device):
backend_to_test=backend_fw,
fn_name=fn_name,
on_device=on_device,
rtol_=1e-2,
atol_=1e-2,
rtol_=1e-3,
atol_=1e-3,
x1=x[0],
x2=x[1],
)
Expand Down

0 comments on commit b924679

Please sign in to comment.