Skip to content

Commit 01581b7

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 bc8dda1 commit 01581b7

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
@@ -231,8 +231,8 @@ bench( format( '%s::set:m', pkg ), function benchmark( bm ) {
231231

232232
bm.tic();
233233
for ( i = 0; i < bm.iterations; i++ ) {
234-
dist.c = y[ i % y.length ];
235-
if ( dist.c !== y[ i % y.length ] ) {
234+
dist.m = y[ i % y.length ];
235+
if ( dist.m !== y[ i % y.length ] ) {
236236
bm.fail( 'should return set value' );
237237
}
238238
}

0 commit comments

Comments
 (0)