Skip to content

Commit cff0bb3

Browse files
committed
fixed test.ndarray.js ESLint issue
1 parent 9c8bedf commit cff0bb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/base/variancewd/test/test.ndarray.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ tape( 'the function calculates the variance of a strided array using Welford\'s
4444
var x;
4545
var v;
4646

47-
4847
x = [ -4.0, -5.0 ];
4948
v = variancewd( x.length, 1, x, 1, 0 );
5049
t.strictEqual( v, 0.5, 'returns expected value' );
@@ -210,4 +209,3 @@ tape( 'the function supports view objects', function test( t ) {
210209

211210
t.end();
212211
});
213-

0 commit comments

Comments
 (0)