Skip to content

Commit 68ba45b

Browse files
committed
fix: loosen tolerance on test_torch_svdvals
1 parent 8656823 commit 68ba45b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,8 @@ def test_torch_svdvals(
13341334
test_flags=test_flags,
13351335
fn_tree=fn_tree,
13361336
on_device=on_device,
1337+
rtol=1e-04,
1338+
atol=1e-04,
13371339
A=x[0],
13381340
)
13391341

0 commit comments

Comments
 (0)