File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/stats/tools/reduce/unary-strided-dispatch-factory Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ The function accepts the following options:
192
192
193
193
## Examples
194
194
195
- <!-- eslint-disable id-length -->
195
+ <!-- eslint-disable id-length, max-len -->
196
196
197
197
<!-- eslint no-undef: "error" -->
198
198
@@ -203,7 +203,7 @@ var dtypes = require( '@stdlib/ndarray/dtypes' );
203
203
var dtype = require ( ' @stdlib/ndarray/dtype' );
204
204
var ndarray2array = require ( ' @stdlib/ndarray/to-array' );
205
205
var ndarray = require ( ' @stdlib/ndarray/ctor' );
206
- var factory = require ( ' @stdlib/stats/tools/reduce/unary-strided-dispatch-factory' );
206
+ var unaryStridedDispatchFactory = require ( ' @stdlib/stats/tools/reduce/unary-strided-dispatch-factory' );
207
207
208
208
// Define the supported input and output data types:
209
209
var idt = dtypes ( ' real_and_generic' );
You can’t perform that action at this time.
0 commit comments