Skip to content

Commit 9f18b24

Browse files
committed
solving eslint issue in test.js
1 parent a8df4bb commit 9f18b24

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanmvariance/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanmvariance/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ tape( 'the accumulator function incrementally computes a moving variance (unknow
189189
actual = [];
190190
for ( i = 0; i < N; i++ ) {
191191
actual.push( acc( data[ i ] ) );
192-
192+
193193
// Account for floating-point errors:
194194
if ( abs( actual[i] - expected[i] ) < EPS ) {
195195
actual[ i ] = expected[ i ];

0 commit comments

Comments
 (0)