You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/some-by/test/test.0d.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ tape( 'main export is a function', function test( t ) {
36
36
t.end();
37
37
});
38
38
39
-
tape('the function tests whether at `n` elements in a 0-dimensional ndarray pass a test implemented by a predicate function',functiontest(t){
39
+
tape('the function tests whether at least `n` elements in a 0-dimensional ndarray pass a test implemented by a predicate function',functiontest(t){
40
40
varactual;
41
41
varx;
42
42
varn;
@@ -64,7 +64,7 @@ tape( 'the function tests whether at `n` elements in a 0-dimensional ndarray pas
64
64
}
65
65
});
66
66
67
-
tape('the function tests whether at `n` elements in a 0-dimensional ndarray pass a test implemented by a predicate function (accessors)',functiontest(t){
67
+
tape('the function tests whether at least `n` elements in a 0-dimensional ndarray pass a test implemented by a predicate function (accessors)',functiontest(t){
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/some-by/test/test.1d.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ tape( 'main export is a function', function test( t ) {
39
39
t.end();
40
40
});
41
41
42
-
tape('the function tests whether at `n` elements in a 1-dimensional ndarray pass a test implemented by a predicate function',functiontest(t){
42
+
tape('the function tests whether at least `n` elements in a 1-dimensional ndarray pass a test implemented by a predicate function',functiontest(t){
43
43
varactual;
44
44
varx;
45
45
varn;
@@ -64,7 +64,7 @@ tape( 'the function tests whether at `n` elements in a 1-dimensional ndarray pas
64
64
}
65
65
});
66
66
67
-
tape('the function tests whether at `n` elements in a 0-dimensional ndarray pass a test implemented by a predicate function (accessors)',functiontest(t){
67
+
tape('the function tests whether at least `n` elements in a 0-dimensional ndarray pass a test implemented by a predicate function (accessors)',functiontest(t){
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/some-by/test/test.2d.js
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ tape( 'main export is a function', function test( t ) {
43
43
t.end();
44
44
});
45
45
46
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, singleton dimensions)',functiontest(t){
46
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, singleton dimensions)',functiontest(t){
47
47
varactual;
48
48
varord;
49
49
varsh;
@@ -79,7 +79,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
79
79
}
80
80
});
81
81
82
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, singleton dimensions, accessors)',functiontest(t){
82
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, singleton dimensions, accessors)',functiontest(t){
83
83
varactual;
84
84
varxbuf;
85
85
varord;
@@ -266,7 +266,7 @@ tape( 'the function supports specifying the callback execution context (row-majo
266
266
}
267
267
});
268
268
269
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, contiguous)',functiontest(t){
269
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, contiguous)',functiontest(t){
270
270
varactual;
271
271
varord;
272
272
varsh;
@@ -302,7 +302,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
302
302
}
303
303
});
304
304
305
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, contiguous, negative strides)',functiontest(t){
305
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, contiguous, negative strides)',functiontest(t){
306
306
varactual;
307
307
varord;
308
308
varsh;
@@ -338,7 +338,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
338
338
}
339
339
});
340
340
341
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, same sign strides)',functiontest(t){
341
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, same sign strides)',functiontest(t){
342
342
varactual;
343
343
varord;
344
344
varsh;
@@ -374,7 +374,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
374
374
}
375
375
});
376
376
377
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, mixed sign strides)',functiontest(t){
377
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, mixed sign strides)',functiontest(t){
378
378
varactual;
379
379
varord;
380
380
varsh;
@@ -410,7 +410,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
410
410
}
411
411
});
412
412
413
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, large arrays)',functiontest(t){
413
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, large arrays)',functiontest(t){
414
414
varactual;
415
415
varbsize;
416
416
varord;
@@ -449,7 +449,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
449
449
}
450
450
});
451
451
452
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, large arrays)',functiontest(t){
452
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, large arrays)',functiontest(t){
453
453
varactual;
454
454
varbsize;
455
455
varord;
@@ -488,7 +488,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
488
488
}
489
489
});
490
490
491
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, contiguous, accessors)',functiontest(t){
491
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, contiguous, accessors)',functiontest(t){
492
492
varactual;
493
493
varxbuf;
494
494
varord;
@@ -527,7 +527,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
527
527
}
528
528
});
529
529
530
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, contiguous, negative strides, accessors)',functiontest(t){
530
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, contiguous, negative strides, accessors)',functiontest(t){
531
531
varactual;
532
532
varxbuf;
533
533
varord;
@@ -566,7 +566,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
566
566
}
567
567
});
568
568
569
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, same sign strides, accessors)',functiontest(t){
569
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, same sign strides, accessors)',functiontest(t){
570
570
varactual;
571
571
varxbuf;
572
572
varord;
@@ -605,7 +605,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
605
605
}
606
606
});
607
607
608
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, mixed sign strides, accessors)',functiontest(t){
608
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, mixed sign strides, accessors)',functiontest(t){
609
609
varactual;
610
610
varxbuf;
611
611
varord;
@@ -644,7 +644,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
644
644
}
645
645
});
646
646
647
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, large arrays, accessors)',functiontest(t){
647
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, large arrays, accessors)',functiontest(t){
648
648
varactual;
649
649
varbsize;
650
650
varxbuf;
@@ -686,7 +686,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
686
686
}
687
687
});
688
688
689
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, large arrays, accessors)',functiontest(t){
689
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (row-major, non-contiguous, large arrays, accessors)',functiontest(t){
690
690
varactual;
691
691
varbsize;
692
692
varxbuf;
@@ -728,7 +728,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
728
728
}
729
729
});
730
730
731
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, singleton dimensions)',functiontest(t){
731
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, singleton dimensions)',functiontest(t){
732
732
varactual;
733
733
varord;
734
734
varsh;
@@ -764,7 +764,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
764
764
}
765
765
});
766
766
767
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, singleton dimensions, accessors)',functiontest(t){
767
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, singleton dimensions, accessors)',functiontest(t){
768
768
varactual;
769
769
varxbuf;
770
770
varord;
@@ -951,7 +951,7 @@ tape( 'the function supports specifying the callback execution context (column-m
951
951
}
952
952
});
953
953
954
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, contiguous)',functiontest(t){
954
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, contiguous)',functiontest(t){
955
955
varactual;
956
956
varord;
957
957
varsh;
@@ -987,7 +987,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
987
987
}
988
988
});
989
989
990
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, contiguous, negative strides)',functiontest(t){
990
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, contiguous, negative strides)',functiontest(t){
991
991
varactual;
992
992
varord;
993
993
varsh;
@@ -1023,7 +1023,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1023
1023
}
1024
1024
});
1025
1025
1026
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, same sign strides)',functiontest(t){
1026
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, same sign strides)',functiontest(t){
1027
1027
varactual;
1028
1028
varord;
1029
1029
varsh;
@@ -1059,7 +1059,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1059
1059
}
1060
1060
});
1061
1061
1062
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, mixed sign strides)',functiontest(t){
1062
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, mixed sign strides)',functiontest(t){
1063
1063
varactual;
1064
1064
varord;
1065
1065
varsh;
@@ -1095,7 +1095,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1095
1095
}
1096
1096
});
1097
1097
1098
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, large arrays)',functiontest(t){
1098
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, large arrays)',functiontest(t){
1099
1099
varactual;
1100
1100
varbsize;
1101
1101
varord;
@@ -1134,7 +1134,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1134
1134
}
1135
1135
});
1136
1136
1137
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, large arrays)',functiontest(t){
1137
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, large arrays)',functiontest(t){
1138
1138
varactual;
1139
1139
varbsize;
1140
1140
varord;
@@ -1173,7 +1173,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1173
1173
}
1174
1174
});
1175
1175
1176
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, contiguous, accessors)',functiontest(t){
1176
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, contiguous, accessors)',functiontest(t){
1177
1177
varactual;
1178
1178
varxbuf;
1179
1179
varord;
@@ -1212,7 +1212,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1212
1212
}
1213
1213
});
1214
1214
1215
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, contiguous, negative strides, accessors)',functiontest(t){
1215
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, contiguous, negative strides, accessors)',functiontest(t){
1216
1216
varactual;
1217
1217
varxbuf;
1218
1218
varord;
@@ -1251,7 +1251,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1251
1251
}
1252
1252
});
1253
1253
1254
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, same sign strides, accessors)',functiontest(t){
1254
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, same sign strides, accessors)',functiontest(t){
1255
1255
varactual;
1256
1256
varxbuf;
1257
1257
varord;
@@ -1290,7 +1290,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1290
1290
}
1291
1291
});
1292
1292
1293
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, mixed sign strides, accessors)',functiontest(t){
1293
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, mixed sign strides, accessors)',functiontest(t){
1294
1294
varactual;
1295
1295
varxbuf;
1296
1296
varord;
@@ -1329,7 +1329,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1329
1329
}
1330
1330
});
1331
1331
1332
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, large arrays, accessors)',functiontest(t){
1332
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, large arrays, accessors)',functiontest(t){
1333
1333
varactual;
1334
1334
varbsize;
1335
1335
varxbuf;
@@ -1371,7 +1371,7 @@ tape( 'the function tests whether at `n` elements in a 2-dimensional ndarray pas
1371
1371
}
1372
1372
});
1373
1373
1374
-
tape('the function tests whether at `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, large arrays, accessors)',functiontest(t){
1374
+
tape('the function tests whether at least `n` elements in a 2-dimensional ndarray pass a test implemented by a predicate function (column-major, non-contiguous, large arrays, accessors)',functiontest(t){
0 commit comments