Skip to content

Commit 17250b1

Browse files
authored
Little change
Signed-off-by: piyxsh31 <agrawalpiyush415@gmail.com>
1 parent 6c33f70 commit 17250b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/incr/nanmpcorr2/test

lib/node_modules/@stdlib/stats/incr/nanmpcorr2/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ tape( 'if not provided an input value, the accumulator function returns the curr
525525
t.strictEqual( actual, expected, 'returns expected value. window: '+i+'.' );
526526
} else {
527527
delta = abs( actual - expected );
528-
tol = 2.0 * EPS * abs( expected );
528+
tol = 5.0e5 * EPS * abs( expected );
529529
t.strictEqual( delta < tol, true, 'window: '+i+'. expected: '+expected+'. actual: '+actual+'. tol: '+tol+'. delta: '+delta+'.' );
530530
}
531531
}

0 commit comments

Comments
 (0)