Skip to content

Commit

Permalink
stft
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadhammad-tech authored Oct 25, 2023
1 parent 32c4626 commit b2e242b
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_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def _valid_stft(draw):
dtype, x = draw(
helpers.dtype_and_values(
available_dtypes=["float32", "float64"],
available_dtypes=["complex64", "complex128"],
max_value=65280,
min_value=-65280,
min_num_dims=1,
Expand Down Expand Up @@ -55,7 +55,7 @@ def test_paddle_stft(
test_flags=test_flags,
fn_tree=fn_tree,
on_device=on_device,
x=x,
x=x[0],
n_fft=n_fft,
hop_length=hop_length,
win_length=None,
Expand Down

0 comments on commit b2e242b

Please sign in to comment.