Skip to content

Commit e2ddadd

Browse files
committed
fix: test_torch_erfc
1 parent cecb6bb commit e2ddadd

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_pointwise_ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,8 @@ def test_torch_erfc(
12051205
fn_tree=fn_tree,
12061206
on_device=on_device,
12071207
input=x[0],
1208+
atol=1e-02,
1209+
rtol=1e-02,
12081210
)
12091211

12101212

0 commit comments

Comments
 (0)