Skip to content

Commit b61bb96

Browse files
authored
fix: order
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 6a87744 commit b61bb96

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/every/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/every/test/test.3d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ tape( 'the function tests whether every element in a 3-dimensional ndarray is tr
10381038
var x;
10391039

10401040
dt = 'complex128';
1041-
ord = 'row-major';
1041+
ord = 'column-major';
10421042
sh = [ 2, 1, 2 ];
10431043
st = [ 1, 2, 3 ];
10441044
o = strides2offset( sh, st );

0 commit comments

Comments
 (0)