We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a4c2f commit 01c8ec0Copy full SHA for 01c8ec0
1 file changed
lib/node_modules/@stdlib/ndarray/for-each/examples/index.js
@@ -23,7 +23,7 @@ var ndarray = require( '@stdlib/ndarray/ctor' );
23
var ndarray2array = require( '@stdlib/ndarray/to-array' );
24
var naryFunction = require( '@stdlib/utils/nary-function' );
25
var log = require( '@stdlib/console/log' );
26
-var forEach = require( '@stdlib/ndarray/for-each' );
+var forEach = require( './../lib' );
27
28
var buffer = discreteUniform( 10, -100, 100, {
29
'dtype': 'generic'
0 commit comments