You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,7 +76,7 @@ function ndarraylike2object( x ) {
76
76
xbuf=x.data;
77
77
sh=x.shape;
78
78
79
-
bool=Boolean(xbuf.get&&xbuf.set);// Note: intentional weak check, as we don't explicitly check for functions for (perhaps marginally) better performance.
0 commit comments