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
// Ensure that the number of array dimensions matches the number of slices:
107
107
if(s.ndims!==ndims){
108
-
thrownewRangeError(format('invalid argument. Number of slice dimensions does not match the number of array dimensions. Array shape: (%s). Slice dimensions: %u.',shape.join(','),s.ndims));
0 commit comments