Skip to content

Commit c10ddbd

Browse files
committed
revert change to test
1 parent f85c1f0 commit c10ddbd

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_tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12022,7 +12022,7 @@ def test_torch_scatter_reduce(
1202212022
init_tree="torch.tensor",
1202312023
method_name="scatter_reduce_",
1202412024
args=put_along_axis_helper(),
12025-
mode=st.sampled_from(["sum", "prod"]), # TODO: add amin and amax
12025+
mode=st.sampled_from(["sum", "prod", "amin", "amax"]),
1202612026
)
1202712027
def test_torch_scatter_reduce_(
1202812028
args,

0 commit comments

Comments
 (0)