Skip to content

Commit bc8dda1

Browse files
Update lib/node_modules/@stdlib/stats/base/dists/frechet/ctor/benchmark/benchmark.js
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Lokesh Ranjan <lokesh.ranjan.phe23@itbhu.ac.in>
1 parent 8fe74a9 commit bc8dda1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/frechet/ctor/benchmark

lib/node_modules/@stdlib/stats/base/dists/frechet/ctor/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ bench( format( '%s:entropy', pkg ), function benchmark( bm ) {
265265

266266
bm.tic();
267267
for ( i = 0; i < bm.iterations; i++ ) {
268-
dist.a = x[ i % x.length ];
268+
dist.alpha = x[ i % x.length ];
269269
y = dist.entropy;
270270
if ( isnan( y ) ) {
271271
bm.fail( 'should not return NaN' );

0 commit comments

Comments
 (0)