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
the naming of resize related functions is, in my opinion, misleading. They do not resize arrays, but reshape them. Resizing changes the size, which is impossible using resize and related functions.
Hi,
the naming of
resize
related functions is, in my opinion, misleading. They do not resize arrays, but reshape them. Resizing changes the size, which is impossible usingresize
and related functions.I found a (somewhat) related issue: #59.
The text was updated successfully, but these errors were encountered: