Skip to content

Commit 1501eee

Browse files
committed
fix: test_torch_byte
1 parent 85a62ef commit 1501eee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4642,6 +4642,9 @@ def test_torch_bool(
46424642
method_name="byte",
46434643
dtype_and_x=helpers.dtype_and_values(
46444644
available_dtypes=helpers.get_dtypes("valid"),
4645+
min_value=0,
4646+
max_value=10,
4647+
abs_smallest_val=1e-3,
46454648
),
46464649
)
46474650
def test_torch_byte(

0 commit comments

Comments
 (0)