Skip to content

Commit

Permalink
Update test_fft.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xingshuodong authored Sep 15, 2023
1 parent 8663a3b commit df306a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ivy_tests/test_ivy/test_frontends/test_paddle/test_fft.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ def test_paddle_irfft(
available_dtypes=helpers.get_dtypes("complex"),
min_value=-10,
max_value=10,
min_num_dims=4,
max_num_dims=6,
min_num_dims=3,
max_num_dims=3,
min_dim_size=3,
max_dim_size=3,
valid_axis=True,
Expand Down

0 comments on commit df306a8

Please sign in to comment.