Skip to content

Commit 0c1545e

Browse files
fix: CI error
1 parent 28470ab commit 0c1545e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gamma/mgf/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/gamma/mgf/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ bench( pkg+':factory', function benchmark( b ) {
8484
len = 100;
8585
t = new Float64Array( len );
8686
for ( i = 0; i < len; i++ ) {
87-
t[ i ] = uniform( 0.0, beta[ i ] );
87+
t[ i ] = uniform( 0.0, beta );
8888
}
8989

9090
b.tic();

0 commit comments

Comments
 (0)