Skip to content

Commit 034bd15

Browse files
committed
fix: test_torch_logcumsumexp
1 parent 5852014 commit 034bd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ivy_tests/test_ivy/test_frontends/test_torch/test_miscellaneous_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ def test_torch_lcm(
14381438
@handle_frontend_test(
14391439
fn_tree="torch.logcumsumexp",
14401440
dtype_and_input=helpers.dtype_and_values(
1441-
available_dtypes=helpers.get_dtypes("numeric"),
1441+
available_dtypes=helpers.get_dtypes("float"),
14421442
shape=st.shared(helpers.get_shape(), key="shape"),
14431443
max_value=100,
14441444
min_value=-100,

0 commit comments

Comments
 (0)