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 89ab24a commit d21d386Copy full SHA for d21d386
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 = [ 4, -1 ];
+ st = [ -1, 4 ];
569
o = strides2offset( sh, st );
570
571
xbuf = zeros( 8*2, 'float64' );
@@ -1186,7 +1186,7 @@ tape( 'the function tests whether every element in a 2-dimensional ndarray passe
1186
1187
ord = 'column-major';
1188
1189
1190
1191
1192
0 commit comments