We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd433b commit 4c3f5bbCopy full SHA for 4c3f5bb
lib/node_modules/@stdlib/stats/incr/mpcorr2/test/test.js
@@ -346,7 +346,7 @@ tape( 'the accumulator function computes a moving squared sample Pearson product
346
347
N = 10;
348
M = 100;
349
- data = datasets( N, M, randu.seed );
+ data = datasets( N, M, 123456 );
350
351
// Define the window size:
352
W = 10;
@@ -395,7 +395,7 @@ tape( 'the accumulator function computes a moving squared sample Pearson product
395
396
397
398
399
400
401
0 commit comments