Skip to content

Commit 8732ca7

Browse files
fix: CI error
1 parent 29b1211 commit 8732ca7

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ bench( pkg+':factory', function benchmark( b ) {
8181

8282
b.tic();
8383
for ( i = 0; i < b.iterations; i++ ) {
84-
t = randu() * 3.0;
8584
y = mymgf( t[ i%100 ] );
8685
if ( isnan( y ) ) {
8786
b.fail( 'should not return NaN' );

0 commit comments

Comments
 (0)