We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64ec25 commit dff5dc1Copy full SHA for dff5dc1
ivy_tests/test_ivy/test_frontends/test_torch/test_tensor.py
@@ -5633,13 +5633,16 @@ def test_torch_cummax(
5633
dtype_value=helpers.dtype_and_values(
5634
available_dtypes=helpers.get_dtypes("valid"),
5635
shape=st.shared(helpers.get_shape(min_num_dims=1), key="shape"),
5636
+ min_value=0,
5637
+ max_value=100,
5638
),
5639
dim=helpers.get_axis(
5640
shape=st.shared(helpers.get_shape(), key="shape"),
5641
allow_neg=True,
5642
force_int=True,
5643
5644
dtypes=_dtypes(),
5645
+ method_num_positional_args=st.just(0),
5646
)
5647
def test_torch_cumprod(
5648
dtype_value,
0 commit comments