File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/ndarray/base
unary-reduce-strided1d-dispatch-by/docs
unary-reduce-strided1d-dispatch/docs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 154154 > var dts = [ 'float64', 'float32', 'generic' ];
155155 > var p = { 'output': 'same', 'casting': 'none' };
156156 > var t = { 'default': {{alias:@stdlib/stats/base/ndarray/max}} };
157- > var f = new {{alias}}( t, [ dts ], dts, 'same' );
157+ > var f = new {{alias}}( t, [ dts ], dts, p );
158158 > var buf = [ -1.0, 2.0, -3.0, -4.0 ];
159159 > var dt = 'generic';
160160 > var sh = [ buf.length ];
Original file line number Diff line number Diff line change 138138 > var dts = [ 'float64', 'float32', 'generic' ];
139139 > var p = { 'output': 'same', 'casting': 'none' };
140140 > var t = { 'default': {{alias:@stdlib/stats/base/ndarray/max}} };
141- > var f = new {{alias}}( t, [ dts ], dts, 'same' );
141+ > var f = new {{alias}}( t, [ dts ], dts, p );
142142 > var buf = [ -1.0, 2.0, -3.0, -4.0 ];
143143 > var dt = 'generic';
144144 > var sh = [ buf.length ];
You can’t perform that action at this time.
0 commit comments