Skip to content

Commit fdcc67b

Browse files
committed
fix: test_torch_matrix_exp
1 parent 9558a3b commit fdcc67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ivy_tests/test_ivy/test_frontends/test_torch/test_linalg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ def test_torch_matrix_exp(
910910
test_flags=test_flags,
911911
fn_tree=fn_tree,
912912
on_device=on_device,
913-
rtol=1e-03,
914-
atol=1e-03,
913+
rtol=1e-02,
914+
atol=1e-02,
915915
A=x[0],
916916
)
917917

0 commit comments

Comments
 (0)