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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/unary-strided1d-dispatch/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ function types2enums( types ) {
80
80
* @param {ndarray} output - output ndarray
81
81
* @returns {Array<ndarray>} reordered list
82
82
*/
83
-
functionreorder(arrays,output){
83
+
functionreorder(arrays,output){// TODO: consider replacing with an `array/base/*` utility which expands an input array by inserting a specified value at a specified index and returns a new array
0 commit comments