From 39b1898c712c6064af178aebb0cad7ab4c17bfb3 Mon Sep 17 00:00:00 2001 From: AsmaaMHadir <46932156+AsmaaMHadir@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:50:16 +0100 Subject: [PATCH] Update ivy_tests/test_ivy/test_frontends/test_numpy/test_ndarray/test_ndarray.py Modifying the number of test arrays Co-authored-by: Sam Armstrong <88863522+Sam-Armstrong@users.noreply.github.com> --- .../test_frontends/test_numpy/test_ndarray/test_ndarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy_tests/test_ivy/test_frontends/test_numpy/test_ndarray/test_ndarray.py b/ivy_tests/test_ivy/test_frontends/test_numpy/test_ndarray/test_ndarray.py index f02bd85071b2f..0a70b647f2c3f 100644 --- a/ivy_tests/test_ivy/test_frontends/test_numpy/test_ndarray/test_ndarray.py +++ b/ivy_tests/test_ivy/test_frontends/test_numpy/test_ndarray/test_ndarray.py @@ -3153,7 +3153,7 @@ def test_numpy_instance_tostring__( method_name="__invert__", dtype_and_x=helpers.dtype_and_values( available_dtypes=helpers.get_dtypes(kind="integer"), - num_arrays=2, + num_arrays=1, ), ) def test_numpy_instance_invert__(