We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab750b2 commit added57Copy full SHA for added57
1 file changed
lib/node_modules/@stdlib/stats/base/ndarray/sstdevch/benchmark/benchmark.js
@@ -66,12 +66,12 @@ function createBenchmark( len ) {
66
for ( i = 0; i < b.iterations; i++ ) {
67
v = sstdevch( [ x, correction ] );
68
if ( isnanf( v ) ) {
69
- b.fail( 'should not return nanf' );
+ b.fail( 'should not return NaN' );
70
}
71
72
b.toc();
73
74
75
76
b.pass( 'benchmark finished' );
77
b.end();
0 commit comments