Skip to content

Commit 9633ac7

Browse files
committed
lint issue resolved
1 parent c9fb896 commit 9633ac7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/pareto-type1/quantile/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/quantile/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ bench( pkg, function benchmark( b ) {
4848
alpha[ i ] = uniform( EPS, 100.0 );
4949
beta[ i ] = uniform( EPS, 100.0 );
5050
}
51-
51+
5252
b.tic();
5353
for ( i = 0; i < b.iterations; i++ ) {
5454
y = quantile( p[ i % len ], alpha[ i % len ], beta[ i % len ] );

0 commit comments

Comments
 (0)