Skip to content

Commit 06d52ec

Browse files
authored
Update accessors.js
Signed-off-by: Kaushikgtm <[email protected]>
1 parent 80b13f6 commit 06d52ec

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/nanmskmin/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanmskmin/lib/accessors.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ function nanmskmin( N, x, strideX, offsetX, mask, strideMask, offsetMask) {
9797
min = xget( xbuf, ix );
9898

9999
if( isnan( min )) {
100-
101100
continue;
102101
}
103102

0 commit comments

Comments
 (0)