Skip to content

Commit e093253

Browse files
fix: CI error
1 parent 3d80ba3 commit e093253

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ tape( 'the function supports an `offset` parameter', function test( t ) {
169169
NaN // 4
170170
]);
171171

172-
173172
v = dnanminabs( 5, x, 2, 1 );
174173
t.strictEqual( v, 1.0, 'returns expected value' );
175174

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ tape( 'the function supports an `offset` parameter', opts, function test( t ) {
178178
NaN // 4
179179
]);
180180

181-
182181
v = dnanminabs( 5, x, 2, 1 );
183182
t.strictEqual( v, 2.0, 'returns expected value' );
184183

0 commit comments

Comments
 (0)