Skip to content

Commit 9178c58

Browse files
committed
chore: clean-up
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 0e14bbd commit 9178c58

File tree

6 files changed

+226
-226
lines changed

6 files changed

+226
-226
lines changed

lib/node_modules/@stdlib/ndarray/base/some/test/test.10d.js

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
8383
var x;
8484
var n;
8585

86-
dt = 'float64';
86+
dt = 'generic';
8787
ord = 'row-major';
8888
sh = [ 4, 1, 1, 1, 1, 1, 1, 1, 1, 1 ];
8989
st = shape2strides( sh, ord );
@@ -1159,7 +1159,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
11591159
var x;
11601160
var n;
11611161

1162-
dt = 'float64';
1162+
dt = 'generic';
11631163
ord = 'row-major';
11641164
sh = [ 1, 1, 1, 1, 1, 1, 2, 2, 1, 2 ];
11651165
st = shape2strides( sh, ord );
@@ -1191,7 +1191,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
11911191
var x;
11921192
var n;
11931193

1194-
dt = 'float64';
1194+
dt = 'generic';
11951195
ord = 'row-major';
11961196
sh = [ 1, 1, 1, 1, 1, 1, 2, 2, 1, 2 ];
11971197
st = [ -8, -8, -8, -8, -8, -8, -4, -2, -2, -1 ];
@@ -1223,7 +1223,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
12231223
var x;
12241224
var n;
12251225

1226-
dt = 'float64';
1226+
dt = 'generic';
12271227
ord = 'row-major';
12281228
sh = [ 1, 1, 1, 1, 1, 1, 2, 2, 1, 2 ];
12291229
st = [ 16, 16, 16, 16, 16, 16, 8, 4, 4, 2 ];
@@ -1255,7 +1255,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
12551255
var x;
12561256
var n;
12571257

1258-
dt = 'float64';
1258+
dt = 'generic';
12591259
ord = 'row-major';
12601260
sh = [ 1, 1, 1, 1, 1, 1, 2, 2, 1, 2 ];
12611261
st = [ 16, 16, 16, 16, -16, 16, -8, -4, -4, 2 ];
@@ -1288,7 +1288,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
12881288
var x;
12891289
var n;
12901290

1291-
dt = 'float64';
1291+
dt = 'generic';
12921292
ord = 'row-major';
12931293

12941294
bsize = blockSize( dt );
@@ -1323,7 +1323,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
13231323
var x;
13241324
var n;
13251325

1326-
dt = 'float64';
1326+
dt = 'generic';
13271327
ord = 'row-major';
13281328

13291329
bsize = blockSize( dt );
@@ -1358,7 +1358,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
13581358
var x;
13591359
var n;
13601360

1361-
dt = 'float64';
1361+
dt = 'generic';
13621362
ord = 'row-major';
13631363

13641364
bsize = blockSize( dt );
@@ -1393,7 +1393,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
13931393
var x;
13941394
var n;
13951395

1396-
dt = 'float64';
1396+
dt = 'generic';
13971397
ord = 'row-major';
13981398

13991399
bsize = blockSize( dt );
@@ -1428,7 +1428,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
14281428
var x;
14291429
var n;
14301430

1431-
dt = 'float64';
1431+
dt = 'generic';
14321432
ord = 'row-major';
14331433

14341434
bsize = blockSize( dt );
@@ -1463,7 +1463,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
14631463
var x;
14641464
var n;
14651465

1466-
dt = 'float64';
1466+
dt = 'generic';
14671467
ord = 'row-major';
14681468

14691469
bsize = blockSize( dt );
@@ -1498,7 +1498,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
14981498
var x;
14991499
var n;
15001500

1501-
dt = 'float64';
1501+
dt = 'generic';
15021502
ord = 'row-major';
15031503

15041504
bsize = blockSize( dt );
@@ -1544,7 +1544,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
15441544
var x;
15451545
var n;
15461546

1547-
dt = 'float64';
1547+
dt = 'generic';
15481548
ord = 'row-major';
15491549

15501550
bsize = blockSize( dt );
@@ -1590,7 +1590,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
15901590
var x;
15911591
var n;
15921592

1593-
dt = 'float64';
1593+
dt = 'generic';
15941594
ord = 'row-major';
15951595

15961596
bsize = blockSize( dt );
@@ -1636,7 +1636,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
16361636
var x;
16371637
var n;
16381638

1639-
dt = 'float64';
1639+
dt = 'generic';
16401640
ord = 'row-major';
16411641

16421642
bsize = blockSize( dt );
@@ -1713,7 +1713,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
17131713
var x;
17141714
var n;
17151715

1716-
dt = 'float64';
1716+
dt = 'generic';
17171717
ord = 'column-major';
17181718
sh = [ 1, 1, 1, 1, 1, 1, 1, 1, 1, 4 ];
17191719
st = shape2strides( sh, ord );
@@ -2789,7 +2789,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
27892789
var x;
27902790
var n;
27912791

2792-
dt = 'float64';
2792+
dt = 'generic';
27932793
ord = 'column-major';
27942794
sh = [ 1, 1, 1, 1, 1, 2, 2, 1, 2, 1 ];
27952795
st = shape2strides( sh, ord );
@@ -2821,7 +2821,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
28212821
var x;
28222822
var n;
28232823

2824-
dt = 'float64';
2824+
dt = 'generic';
28252825
ord = 'column-major';
28262826
sh = [ 1, 1, 1, 1, 1, 2, 2, 1, 2, 1 ];
28272827
st = [ -1, -1, -1, -1, -1, -1, -2, -4, -4, -8 ];
@@ -2853,7 +2853,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
28532853
var x;
28542854
var n;
28552855

2856-
dt = 'float64';
2856+
dt = 'generic';
28572857
ord = 'column-major';
28582858
sh = [ 1, 1, 1, 1, 1, 1, 2, 2, 1, 2 ];
28592859
st = [ 2, 2, 2, 2, 2, 2, 2, 4, 8, 8 ];
@@ -2885,7 +2885,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
28852885
var x;
28862886
var n;
28872887

2888-
dt = 'float64';
2888+
dt = 'generic';
28892889
ord = 'column-major';
28902890
sh = [ 1, 1, 1, 1, 1, 1, 2, 2, 1, 2 ];
28912891
st = [ 2, 2, -2, 2, -2, 2, 2, -4, -8, 8 ];
@@ -2918,7 +2918,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
29182918
var x;
29192919
var n;
29202920

2921-
dt = 'float64';
2921+
dt = 'generic';
29222922
ord = 'column-major';
29232923

29242924
bsize = blockSize( dt );
@@ -2964,7 +2964,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
29642964
var x;
29652965
var n;
29662966

2967-
dt = 'float64';
2967+
dt = 'generic';
29682968
ord = 'column-major';
29692969

29702970
bsize = blockSize( dt );
@@ -3010,7 +3010,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
30103010
var x;
30113011
var n;
30123012

3013-
dt = 'float64';
3013+
dt = 'generic';
30143014
ord = 'column-major';
30153015

30163016
bsize = blockSize( dt );
@@ -3056,7 +3056,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
30563056
var x;
30573057
var n;
30583058

3059-
dt = 'float64';
3059+
dt = 'generic';
30603060
ord = 'column-major';
30613061

30623062
bsize = blockSize( dt );
@@ -3102,7 +3102,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
31023102
var x;
31033103
var n;
31043104

3105-
dt = 'float64';
3105+
dt = 'generic';
31063106
ord = 'column-major';
31073107

31083108
bsize = blockSize( dt );
@@ -3137,7 +3137,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
31373137
var x;
31383138
var n;
31393139

3140-
dt = 'float64';
3140+
dt = 'generic';
31413141
ord = 'column-major';
31423142

31433143
bsize = blockSize( dt );
@@ -3172,7 +3172,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
31723172
var x;
31733173
var n;
31743174

3175-
dt = 'float64';
3175+
dt = 'generic';
31763176
ord = 'column-major';
31773177

31783178
bsize = blockSize( dt );
@@ -3207,7 +3207,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
32073207
var x;
32083208
var n;
32093209

3210-
dt = 'float64';
3210+
dt = 'generic';
32113211
ord = 'column-major';
32123212

32133213
bsize = blockSize( dt );
@@ -3242,7 +3242,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
32423242
var x;
32433243
var n;
32443244

3245-
dt = 'float64';
3245+
dt = 'generic';
32463246
ord = 'column-major';
32473247

32483248
bsize = blockSize( dt );
@@ -3277,7 +3277,7 @@ tape( 'the function tests whether at least `n` elements in a 10-dimensional ndar
32773277
var x;
32783278
var n;
32793279

3280-
dt = 'float64';
3280+
dt = 'generic';
32813281
ord = 'column-major';
32823282

32833283
bsize = blockSize( dt );

0 commit comments

Comments
 (0)