Skip to content

Commit

Permalink
complex --> valid
Browse files Browse the repository at this point in the history
  • Loading branch information
roudik committed Sep 16, 2023
1 parent 58838ad commit e14c5f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_jax_numpy_ifft(
@handle_frontend_test(
fn_tree="jax.numpy.fft.ifft2",
dtype_values=helpers.dtype_and_values(
available_dtypes=helpers.get_dtypes("complex"),
available_dtypes=helpers.get_dtypes("valid"),
num_arrays=1,
min_value=-1e5,
max_value=1e5,
Expand Down

0 comments on commit e14c5f6

Please sign in to comment.