Skip to content

Commit

Permalink
test: expand test_paddle_prod for all valid types (#28567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omickeyee committed Mar 16, 2024
1 parent 7ff5fa0 commit b918492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy_tests/test_ivy/test_frontends/test_paddle/test_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@ def test_paddle_pow(
@handle_frontend_test(
fn_tree="paddle.prod",
dtype_and_x=helpers.dtype_values_axis(
available_dtypes=helpers.get_dtypes("numeric"),
available_dtypes=helpers.get_dtypes("valid"),
min_axis=-1,
max_axis=0,
min_num_dims=1,
Expand Down

0 comments on commit b918492

Please sign in to comment.