Skip to content

Commit 9e1af3e

Browse files
committed
Auto-generated commit
1 parent e3db1cb commit 9e1af3e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function ndarraylike2object( x ) {
8080
var dt;
8181

8282
xbuf = getData( x );
83-
sh = getShape( x );
83+
sh = getShape( x, true );
8484
dt = getDType( x );
8585

8686
bool = isAccessorArray( xbuf );
@@ -91,7 +91,7 @@ function ndarraylike2object( x ) {
9191
'data': xbuf,
9292
'length': numel( sh ),
9393
'shape': sh,
94-
'strides': getStrides( x ),
94+
'strides': getStrides( x, true ),
9595
'offset': getOffset( x ),
9696
'order': getOrder( x ),
9797
'accessorProtocol': bool,

0 commit comments

Comments
 (0)