Skip to content

Commit

Permalink
Update max_num_dims in paddle diagnoal test
Browse files Browse the repository at this point in the history
  • Loading branch information
iababio committed Sep 21, 2023
1 parent 45c57f7 commit 66beb32
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 @@ -2298,7 +2298,7 @@ def _draw_paddle_diagonal(draw):
helpers.dtype_and_values(
available_dtypes=helpers.get_dtypes("numeric"),
min_num_dims=2,
max_num_dims=2,
max_num_dims=10,
min_dim_size=1,
max_dim_size=50,
)
Expand Down

0 comments on commit 66beb32

Please sign in to comment.