Skip to content

Commit 4fbc67b

Browse files
committed
fix: test_torch_linspace
1 parent 37d5b08 commit 4fbc67b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ivy_tests/test_ivy/test_frontends/test_torch/test_creation_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ def test_torch_linspace(
663663
steps=num,
664664
dtype=dtype[0],
665665
device=on_device,
666+
atol=1e-01,
666667
rtol=1e-01,
667668
)
668669

0 commit comments

Comments
 (0)