You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defasnumpy(input, order='C'):
""" Returns the NumPy array with input data. Notes ----- This function works exactly the same as :obj:`numpy.asarray`. """
defastype(x1, dtype, order='K', casting='unsafe', subok=True, copy=True):
"""Copy the array with data type casting."""
defconvert_single_elem_array_to_scalar(obj, keepdims=False):
""" Convert array with single element to scalar """
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: