Skip to content

Commit a46ba3f

Browse files
committed
Update comparison value
1 parent 73cbadd commit a46ba3f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/array/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/array/lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function array() {
216216
ord = strides2order( buffer.strides );
217217

218218
// If the ndarray can be considered both "row-major" and "column-major", then use the default order; otherwise, use the ndarray's stated layout order...
219-
if ( ord === 'both' ) {
219+
if ( ord === 3 ) {
220220
order = defaults.order;
221221
} else {
222222
order = buffer.order;

0 commit comments

Comments
 (0)