Skip to content

Commit a27cbf0

Browse files
committed
solving eslint issue in test/test.js
1 parent 419babc commit a27cbf0

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanmsumabs2/test

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
// MODULES //
2222

2323
var tape = require( 'tape' );
24-
var isnan = require( '@stdlib/math/base/assert/is-nan' );
2524
var incrnanmsumabs2 = require( './../lib' );
2625

2726

@@ -162,7 +161,6 @@ tape( 'the accumulator function can handle a mixture of `NaN` and non-`NaN` valu
162161
var actual;
163162
var data;
164163
var acc;
165-
var N;
166164
var i;
167165

168166
data = [

0 commit comments

Comments
 (0)