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 a1d7985 commit 69664deCopy full SHA for 69664de
lib/node_modules/@stdlib/ndarray/base/every-by/test/test.2d.js
@@ -565,7 +565,7 @@ tape( 'the function tests whether every element in a 2-dimensional ndarray passe
565
dt = 'complex128';
566
ord = 'row-major';
567
sh = [ 2, 2 ];
568
- st = [ -2, 4 ];
+ st = [ -4, -2 ];
569
o = strides2offset( sh, st );
570
571
xbuf = zeros( 8*2, 'float64' );
0 commit comments