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
Previously this case would fall through to _prep_ndarray but since common.is_list_like doesn't check that whether the np.ndarray is 0-dim, it incorrectly fails in to_arrays.
The text was updated successfully, but these errors were encountered:
Previously this case would fall through to
_prep_ndarray
but sincecommon.is_list_like
doesn't check that whether thenp.ndarray
is 0-dim, it incorrectly fails into_arrays
.The text was updated successfully, but these errors were encountered: