We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa67c1 commit 017db07Copy full SHA for 017db07
lib/node_modules/@stdlib/ndarray/base/some/lib/main.js
@@ -252,9 +252,7 @@ function some( arrays ) {
252
253
// Resolve the success criterion:
254
N = n.accessors[ 0 ]( n.data, n.offset );
255
- if ( N < 1 ) {
256
- return true;
257
- }
+
258
// Check for known array types which can be reinterpreted for better iteration performance...
259
if ( isBooleanArray( x.data ) ) {
260
x.data = reinterpretBoolean( x.data, 0 );
0 commit comments