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 ( !isndarrayLike( y ) ) {</span>
485
483
<spanclass="cstat-no" title="statement not covered" > throw new TypeError( format( 'invalid argument. Second argument must be an ndarray-like object. Value: `%s`.', y ) );</span>
486
484
<spanclass="cstat-no" title="statement not covered" > }</span>
487
-
<spanclass="cstat-no" title="statement not covered" > N = ndims( x );</span>
488
-
<spanclass="cstat-no" title="statement not covered" ></span>
489
485
<spanclass="cstat-no" title="statement not covered" > // Case: assign( x, y, predicate )</span>
490
486
<spanclass="cstat-no" title="statement not covered" > if ( nargs < 4 ) {</span>
491
487
<spanclass="cstat-no" title="statement not covered" > cb = options;</span>
<spanclass="cstat-no" title="statement not covered" > else {</span>
519
515
<spanclass="cstat-no" title="statement not covered" > throw new TypeError( format( 'invalid argument. Fourth argument must be a function. Value: `%s`.', predicate ) );</span>
520
516
<spanclass="cstat-no" title="statement not covered" > }</span>
517
+
<spanclass="cstat-no" title="statement not covered" > N = ndims( x );</span>
0 commit comments