Skip to content

Commit 4c05186

Browse files
fix: lint errors
1 parent 2802bcc commit 4c05186

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/stats/base/dnanminabs/test/test.dnanminabs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ tape( 'the function supports a `stride` parameter', function test( t ) {
118118
});
119119

120120
tape( 'the function supports a negative `stride` parameter', function test( t ) {
121-
var N;
122121
var x;
123122
var v;
124123

@@ -174,7 +173,6 @@ tape( 'the function supports view offsets', function test( t ) {
174173

175174
x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 ); // start at 2nd element
176175

177-
178176
v = dnanminabs( 5, x1, 2 );
179177
t.strictEqual( v, 1.0, 'returns expected value' );
180178

0 commit comments

Comments
 (0)