From b9184927973dab28195cb7d32d2fcfa71c1a1221 Mon Sep 17 00:00:00 2001 From: Omkar Khade <92362596+Omickeyee@users.noreply.github.com> Date: Sat, 16 Mar 2024 20:57:15 +0530 Subject: [PATCH] test: expand test_paddle_prod for all valid types (#28567) --- ivy_tests/test_ivy/test_frontends/test_paddle/test_math.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy_tests/test_ivy/test_frontends/test_paddle/test_math.py b/ivy_tests/test_ivy/test_frontends/test_paddle/test_math.py index 65b012d828a2f..69d173da18554 100644 --- a/ivy_tests/test_ivy/test_frontends/test_paddle/test_math.py +++ b/ivy_tests/test_ivy/test_frontends/test_paddle/test_math.py @@ -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,