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
<spanclass="cstat-no" title="statement not covered" > if ( xdt !== dt ) {</span>
1304
1304
<spanclass="cstat-no" title="statement not covered" > // TODO: replace the following logic with a call to `ndarray/base/(?maybe-)(cast|convert|copy)` or similar utility</span>
1305
1305
<spanclass="cstat-no" title="statement not covered" > tmp = baseEmpty( dt, shx, getOrder( x ) );</span>
1306
-
<spanclass="cstat-no" title="statement not covered" >assign( [ x, tmp ] );</span>
1306
+
<spanclass="cstat-no" title="statement not covered" >ndarrayAssign( [ x, tmp ] );</span>
1307
1307
<spanclass="cstat-no" title="statement not covered" > args[ 0 ] = tmp;</span>
1308
1308
<spanclass="cstat-no" title="statement not covered" > xdt = dt;</span>
1309
1309
<spanclass="cstat-no" title="statement not covered" > }</span>
<spanclass="cstat-no" title="statement not covered" > if ( xdt !== dt ) {</span>
1455
1455
<spanclass="cstat-no" title="statement not covered" > // TODO: replace the following logic with a call to `ndarray/base/(?maybe-)(cast|convert|copy)` or similar utility</span>
1456
1456
<spanclass="cstat-no" title="statement not covered" > tmp = baseEmpty( dt, getShape( x ), getOrder( x ) );</span>
1457
-
<spanclass="cstat-no" title="statement not covered" >assign( [ x, tmp ] );</span>
1457
+
<spanclass="cstat-no" title="statement not covered" >ndarrayAssign( [ x, tmp ] );</span>
1458
1458
<spanclass="cstat-no" title="statement not covered" > args[ 0 ] = tmp;</span>
1459
1459
<spanclass="cstat-no" title="statement not covered" > xdt = dt;</span>
1460
1460
<spanclass="cstat-no" title="statement not covered" > }</span>
0 commit comments