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/any/test/test.nd.js
+22-22Lines changed: 22 additions & 22 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 least one element in a n-dimensional ndarray is truthy (row-major, singleton dimensions)',functiontest(t){
42
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, singleton dimensions)',functiontest(t){
43
43
varactual;
44
44
varord;
45
45
varsh;
@@ -67,7 +67,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
67
67
t.end();
68
68
});
69
69
70
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, singleton dimensions, accessors)',functiontest(t){
70
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, singleton dimensions, accessors)',functiontest(t){
71
71
varactual;
72
72
varord;
73
73
varsh;
@@ -95,7 +95,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
95
95
t.end();
96
96
});
97
97
98
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, contiguous)',functiontest(t){
98
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, contiguous)',functiontest(t){
99
99
varactual;
100
100
varord;
101
101
varsh;
@@ -123,7 +123,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
123
123
t.end();
124
124
});
125
125
126
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides)',functiontest(t){
126
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides)',functiontest(t){
127
127
varactual;
128
128
varord;
129
129
varsh;
@@ -151,7 +151,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
151
151
t.end();
152
152
});
153
153
154
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides)',functiontest(t){
154
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides)',functiontest(t){
155
155
varactual;
156
156
varord;
157
157
varsh;
@@ -179,7 +179,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
179
179
t.end();
180
180
});
181
181
182
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, contiguous, complex)',functiontest(t){
182
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, contiguous, complex)',functiontest(t){
183
183
varactual;
184
184
varord;
185
185
varsh;
@@ -207,7 +207,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
207
207
t.end();
208
208
});
209
209
210
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides, complex)',functiontest(t){
210
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides, complex)',functiontest(t){
211
211
varactual;
212
212
varord;
213
213
varsh;
@@ -235,7 +235,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
235
235
t.end();
236
236
});
237
237
238
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides, complex)',functiontest(t){
238
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides, complex)',functiontest(t){
239
239
varactual;
240
240
varord;
241
241
varsh;
@@ -263,7 +263,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
263
263
t.end();
264
264
});
265
265
266
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, contiguous, accessors)',functiontest(t){
266
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, contiguous, accessors)',functiontest(t){
267
267
varactual;
268
268
varord;
269
269
varsh;
@@ -291,7 +291,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
291
291
t.end();
292
292
});
293
293
294
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides, accessors)',functiontest(t){
294
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, same sign strides, accessors)',functiontest(t){
295
295
varactual;
296
296
varord;
297
297
varsh;
@@ -319,7 +319,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
319
319
t.end();
320
320
});
321
321
322
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides, accessors)',functiontest(t){
322
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (row-major, non-contiguous, mixed sign strides, accessors)',functiontest(t){
323
323
varactual;
324
324
varord;
325
325
varsh;
@@ -347,7 +347,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
347
347
t.end();
348
348
});
349
349
350
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, singleton dimensions)',functiontest(t){
350
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, singleton dimensions)',functiontest(t){
351
351
varactual;
352
352
varord;
353
353
varsh;
@@ -375,7 +375,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
375
375
t.end();
376
376
});
377
377
378
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, singleton dimensions, accessors)',functiontest(t){
378
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, singleton dimensions, accessors)',functiontest(t){
379
379
varactual;
380
380
varord;
381
381
varsh;
@@ -403,7 +403,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
403
403
t.end();
404
404
});
405
405
406
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, contiguous)',functiontest(t){
406
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, contiguous)',functiontest(t){
407
407
varactual;
408
408
varord;
409
409
varsh;
@@ -431,7 +431,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
431
431
t.end();
432
432
});
433
433
434
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides)',functiontest(t){
434
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides)',functiontest(t){
435
435
varactual;
436
436
varord;
437
437
varsh;
@@ -459,7 +459,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
459
459
t.end();
460
460
});
461
461
462
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides)',functiontest(t){
462
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides)',functiontest(t){
463
463
varactual;
464
464
varord;
465
465
varsh;
@@ -487,7 +487,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
487
487
t.end();
488
488
});
489
489
490
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, contiguous, complex)',functiontest(t){
490
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, contiguous, complex)',functiontest(t){
491
491
varactual;
492
492
varord;
493
493
varsh;
@@ -515,7 +515,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
515
515
t.end();
516
516
});
517
517
518
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides, complex)',functiontest(t){
518
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides, complex)',functiontest(t){
519
519
varactual;
520
520
varord;
521
521
varsh;
@@ -543,7 +543,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
543
543
t.end();
544
544
});
545
545
546
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides, complex)',functiontest(t){
546
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides, complex)',functiontest(t){
547
547
varactual;
548
548
varord;
549
549
varsh;
@@ -571,7 +571,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
571
571
t.end();
572
572
});
573
573
574
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, contiguous, accessors)',functiontest(t){
574
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, contiguous, accessors)',functiontest(t){
575
575
varactual;
576
576
varord;
577
577
varsh;
@@ -599,7 +599,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
599
599
t.end();
600
600
});
601
601
602
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides, accessors)',functiontest(t){
602
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, same sign strides, accessors)',functiontest(t){
603
603
varactual;
604
604
varord;
605
605
varsh;
@@ -627,7 +627,7 @@ tape( 'the function tests whether at least one element in a n-dimensional ndarra
627
627
t.end();
628
628
});
629
629
630
-
tape('the function tests whether at least one element in a n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides, accessors)',functiontest(t){
630
+
tape('the function tests whether at least one element in an n-dimensional ndarray is truthy (column-major, non-contiguous, mixed sign strides, accessors)',functiontest(t){
0 commit comments