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 1ad1cd2 commit f2c591bCopy full SHA for f2c591b
lib/node_modules/@stdlib/stats/incr/nanmax/test/test.js
@@ -64,7 +64,7 @@ tape( 'the accumulator function incrementally computes a maximum value, ignoring
64
65
for ( i = 0; i < N; i++ ) {
66
d = data[ i ];
67
- actual.push( acc ( d ) );
+ actual.push( acc( d ) );
68
}
69
t.deepEqual( actual, expected, 'returns expected incremental results' );
70
t.end();
0 commit comments