Skip to content

Commit 2434604

Browse files
authored
bench: fix alias
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 5754b8f commit 2434604

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/smeanli/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/smeanli/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function createBenchmark( len ) {
6666
}
6767
}
6868
b.toc();
69-
if ( isnan( v ) ) {
69+
if ( isnanf( v ) ) {
7070
b.fail( 'should not return NaN' );
7171
}
7272
b.pass( 'benchmark finished' );

0 commit comments

Comments
 (0)