From e14c5f674de682fdaee449618b8fcbb5fbfa69ce Mon Sep 17 00:00:00 2001 From: roudik Date: Sat, 16 Sep 2023 11:39:42 +0400 Subject: [PATCH] complex --> valid --- .../test_ivy/test_frontends/test_jax/test_numpy/test_fft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy_tests/test_ivy/test_frontends/test_jax/test_numpy/test_fft.py b/ivy_tests/test_ivy/test_frontends/test_jax/test_numpy/test_fft.py index e92bbc428c6a7..a13ea4f44bb6d 100644 --- a/ivy_tests/test_ivy/test_frontends/test_jax/test_numpy/test_fft.py +++ b/ivy_tests/test_ivy/test_frontends/test_jax/test_numpy/test_fft.py @@ -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,