Skip to content

Commit

Permalink
fix: Fix Ivy Failing Test: torch - elementwise.deg2rad (#28171)
Browse files Browse the repository at this point in the history
fixed deg2rad by adding rtol_ and atol_
  • Loading branch information
MuhammadNizamani authored Feb 4, 2024
1 parent ba08c56 commit d382882
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,8 @@ def test_deg2rad(*, dtype_and_x, test_flags, backend_fw, fn_name, on_device):
backend_to_test=backend_fw,
fn_name=fn_name,
on_device=on_device,
atol_=1e-2,
rtol_=1e-2,
x=x[0],
)

Expand Down

0 comments on commit d382882

Please sign in to comment.