@@ -242,7 +242,7 @@ def test_array_copy_with_dtype_being_none(self, xp, order):
242
242
@testing .for_orders ("CFAK" , name = "dst_order" )
243
243
@testing .for_all_dtypes (name = "dtype1" , no_complex = True )
244
244
@testing .for_all_dtypes (name = "dtype2" )
245
- @testing .numpy_cupy_array_equal (strides_check = True )
245
+ @testing .numpy_cupy_array_equal ()
246
246
def test_array_copy_list_of_numpy_with_dtype (
247
247
self , xp , dtype1 , dtype2 , src_order , dst_order
248
248
):
@@ -258,7 +258,7 @@ def test_array_copy_list_of_numpy_with_dtype(
258
258
@testing .for_orders ("CFAK" , name = "dst_order" )
259
259
@testing .for_all_dtypes (name = "dtype1" , no_complex = True )
260
260
@testing .for_all_dtypes (name = "dtype2" )
261
- @testing .numpy_cupy_array_equal (strides_check = True )
261
+ @testing .numpy_cupy_array_equal ()
262
262
def test_array_copy_list_of_numpy_with_dtype_char (
263
263
self , xp , dtype1 , dtype2 , src_order , dst_order
264
264
):
@@ -274,7 +274,7 @@ def test_array_copy_list_of_numpy_with_dtype_char(
274
274
@testing .for_orders ("CFAK" , name = "dst_order" )
275
275
@testing .for_all_dtypes (name = "dtype1" , no_complex = True )
276
276
@testing .for_all_dtypes (name = "dtype2" )
277
- @testing .numpy_cupy_array_equal (strides_check = True )
277
+ @testing .numpy_cupy_array_equal ()
278
278
def test_array_copy_list_of_cupy_with_dtype (
279
279
self , xp , dtype1 , dtype2 , src_order , dst_order
280
280
):
@@ -290,7 +290,7 @@ def test_array_copy_list_of_cupy_with_dtype(
290
290
@testing .for_orders ("CFAK" , name = "dst_order" )
291
291
@testing .for_all_dtypes (name = "dtype1" , no_complex = True )
292
292
@testing .for_all_dtypes (name = "dtype2" )
293
- @testing .numpy_cupy_array_equal (strides_check = True )
293
+ @testing .numpy_cupy_array_equal ()
294
294
def test_array_copy_list_of_cupy_with_dtype_char (
295
295
self , xp , dtype1 , dtype2 , src_order , dst_order
296
296
):
0 commit comments