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 a8df4bb commit 9f18b24Copy full SHA for 9f18b24
lib/node_modules/@stdlib/stats/incr/nanmvariance/test/test.js
@@ -189,7 +189,7 @@ tape( 'the accumulator function incrementally computes a moving variance (unknow
189
actual = [];
190
for ( i = 0; i < N; i++ ) {
191
actual.push( acc( data[ i ] ) );
192
-
+
193
// Account for floating-point errors:
194
if ( abs( actual[i] - expected[i] ) < EPS ) {
195
actual[ i ] = expected[ i ];
0 commit comments