User's guide
Tutorials
pytemppack
Ecosystem
Check whether the array is an np.ndarray.
np.ndarray
array (np.ndarray) – The array to check.
True if the array is an np.ndarray.
bool
Examples
>>> is_valid_ndarray(np.array([1, 2, 3]))