Skip to content

Commit 47f517c

Browse files
authored
Update accessors.js
Signed-off-by: Kaushikgtm <[email protected]>
1 parent 29f629e commit 47f517c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function nanmskmin( N, x, strideX, offsetX, mask, strideMask, offsetMask) {
9898

9999
if( isnan( min )) {
100100

101-
return min;
101+
continue
102102
}
103103

104104
i+1;

0 commit comments

Comments
 (0)