Skip to content

Commit 2d507bd

Browse files
Update lib/node_modules/@stdlib/stats/base/dists/triangular/cdf/benchmark/benchmark.js
Co-authored-by: Karan Anand <[email protected]> Signed-off-by: Ahmed_Kashkoush <[email protected]>
1 parent fe37ec3 commit 2d507bd

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/triangular/cdf/benchmark/benchmark.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ bench( pkg+':factory', function benchmark( b ) {
8383
mode = 0.5;
8484
mycdf = cdf.factory( min, max, mode );
8585
x = new Float64Array( len );
86-
8786
for ( i = 0; i < len; i++ ) {
8887
x[ i ] = uniform( -2.0, 0.0 );
8988
}

0 commit comments

Comments
 (0)