Skip to content

Commit 01c8763

Browse files
authored
fix: resolves lint issues
Signed-off-by: Harsh <149176984+hrshya@users.noreply.github.com>
1 parent e20848f commit 01c8763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/negative-binomial/pmf/benchmark

lib/node_modules/@stdlib/stats/base/dists/negative-binomial/pmf/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ bench( pkg+':factory', function benchmark( b ) {
7777
opts = {
7878
'dtype': 'float64'
7979
};
80-
p = uniform( 100, 0.0, 80.0, opts );
80+
x = uniform( 100, 0.0, 80.0, opts );
8181

8282
b.tic();
8383
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)