is_numpy
is_numpy(
array: Any ,
)-> ‘TypeGuard[np.ndarray]’
Return True if the array is a numpy array or scalar.
| function of dascore.utils.array_api | source |
is_numpy(
array: Any ,
)-> ‘TypeGuard[np.ndarray]’
Return True if the array is a numpy array or scalar.