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 5e4f360 commit 7936ee8Copy full SHA for 7936ee8
lib/node_modules/@stdlib/stats/base/dists/rayleigh/logcdf/benchmark/benchmark.js
@@ -48,7 +48,7 @@ bench( pkg, function benchmark( b ) {
48
49
b.tic();
50
for ( i = 0; i < b.iterations; i++ ) {
51
- y = logcdf( x[i % 100], sigma[ i % 100 ] );
+ y = logcdf( x[ i % len ], sigma[ i % len ] );
52
if ( isnan( y ) ) {
53
b.fail( 'should not return NaN' );
54
}
0 commit comments