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 059846e commit e705401Copy full SHA for e705401
lib/node_modules/@stdlib/stats/base/dists/levy/cdf/benchmark/benchmark.js
@@ -51,7 +51,7 @@ bench( pkg, function benchmark( b ) {
51
52
b.tic();
53
for ( i = 0; i < b.iterations; i++ ) {
54
- y = cdf( x[ i % len ], mu[ i% len], scale[ i % len] );
+ y = cdf( x[ i % len ], mu[ i % len], scale[ i % len] );
55
if ( isnan( y ) ) {
56
b.fail( 'should not return NaN' );
57
}
0 commit comments