ivy icon indicating copy to clipboard operation
ivy copied to clipboard

fix list issues with test helper

Open CatB1t opened this issue 2 years ago • 0 comments

WIP

Updates Summary

Functions that will always return NumPy arrays for values:

  • array_values
  • dtype_and_values
  • dtypes_values_axis

Functions that will always return lists (If the number of elements is 1 or more):

  • get_dtypes
  • get_bounds

Flags that will always be generated as a list:

  • native_array_flags
  • as_variable_flags
  • container_flags

CatB1t avatar Sep 05 '22 09:09 CatB1t