Skip to content

Commit e36963b

Browse files
authored
Update test.nanminabs.js
Signed-off-by: Kaushikgtm <[email protected]>
1 parent 3e64cdf commit e36963b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanminabs/test/test.nanminabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ tape('the function supports a negative `stride` parameter', function test(t) {
126126
]);
127127

128128
N = Math.floor(x.length / 2);
129-
v = nanminabs(N, x, -2, x.length - 1);
129+
v = nanminabs(5, x, -2, 8);
130130

131131
t.strictEqual(v, 1.0, 'returns expected value');
132132
t.end();

0 commit comments

Comments
 (0)