Skip to content

Commit

Permalink
Update fft.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xingshuodong authored Sep 15, 2023
1 parent 5a42aa8 commit 8663a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/functional/frontends/paddle/fft.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def irfftn(x, s=None, axes=None, norm="backward", name=None):

if axes is None:
axes = list(range(len(x.shape)))

include_last_axis = len(x.shape) - 1 in axes

if s is None:
Expand Down

0 comments on commit 8663a3b

Please sign in to comment.