Skip to content

Commit af9e883

Browse files
committed
fix: test_torch_vector_norm
1 parent 9b448d9 commit af9e883

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
@@ -1467,6 +1467,8 @@ def test_torch_vecdot(
14671467
available_dtypes=helpers.get_dtypes("valid"),
14681468
valid_axis=True,
14691469
abs_smallest_val=1e04,
1470+
min_value=-1e04,
1471+
max_value=1e04,
14701472
),
14711473
kd=st.booleans(),
14721474
ord=st.one_of(

0 commit comments

Comments
 (0)