Skip to content

Commit 0112525

Browse files
authored
Update test.ndarray.js
Signed-off-by: Kaushikgtm <[email protected]>
1 parent 800bd9a commit 0112525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/nanmskmin/test/test.ndarray.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ tape( 'the function supports `stride` parameters', function test( t ) {
227227
0,
228228
1, // 4
229229
1,
230-
0, // 5
230+
1, // 5
231231
0
232232
];
233233

@@ -257,7 +257,7 @@ tape( 'the function supports negative `stride` parameters', function test( t ) {
257257
2.0
258258
];
259259
mask = [
260-
0, // 5
260+
1, // 5
261261
0,
262262
1, // 4
263263
1,
@@ -308,7 +308,7 @@ tape( 'the function supports `offset` parameters', function test( t ) {
308308
1,
309309
1, // 4
310310
0,
311-
0 // 5
311+
1 // 5
312312
];
313313

314314
v = nanmskmin( 5, x, 2, 1, mask, 2, 1 );

0 commit comments

Comments
 (0)