Skip to content

Commit 2451fc1

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 fee247c commit 2451fc1

1 file changed

Lines changed: 2 additions & 2 deletions

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ bench( format( '%s::set:alpha', pkg ), function benchmark( bm ) {
109109

110110
bm.tic();
111111
for ( i = 0; i < bm.iterations; i++ ) {
112-
dist.a = y[ i % y.length ];
113-
if ( dist.a !== y[ i % y.length ] ) {
112+
dist.alpha = y[ i % y.length ];
113+
if ( dist.alpha !== y[ i % y.length ] ) {
114114
bm.fail( 'should return set value' );
115115
}
116116
}

0 commit comments

Comments
 (0)