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/some-by/test/test.assign.js
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ tape( 'main export is a function', function test( t ) {
63
63
t.end();
64
64
});
65
65
66
-
tape('the function throws an error if provided a first argument which is not an ndarray-like object(n_scalar)',functiontest(t){
66
+
tape('the function throws an error if provided a first argument which is not an ndarray-like object(n=scalar)',functiontest(t){
67
67
varvalues;
68
68
vary;
69
69
vari;
@@ -97,7 +97,7 @@ tape( 'the function throws an error if provided a first argument which is not an
97
97
}
98
98
});
99
99
100
-
tape('the function throws an error if provided a first argument which is not an ndarray-like object(n_ndarray)',functiontest(t){
100
+
tape('the function throws an error if provided a first argument which is not an ndarray-like object(n=ndarray)',functiontest(t){
101
101
varvalues;
102
102
varopts;
103
103
vary;
@@ -135,7 +135,7 @@ tape( 'the function throws an error if provided a first argument which is not an
135
135
}
136
136
});
137
137
138
-
tape('the function throws an error if provided a first argument which is not an ndarray-like object (n_scalar, options)',functiontest(t){
138
+
tape('the function throws an error if provided a first argument which is not an ndarray-like object (n=scalar, options)',functiontest(t){
139
139
varvalues;
140
140
vary;
141
141
vari;
@@ -169,7 +169,7 @@ tape( 'the function throws an error if provided a first argument which is not an
169
169
}
170
170
});
171
171
172
-
tape('the function throws an error if provided a first argument which is not an ndarray-like object(n_ndarray, options)',functiontest(t){
172
+
tape('the function throws an error if provided a first argument which is not an ndarray-like object(n=ndarray, options)',functiontest(t){
173
173
varvalues;
174
174
varopts;
175
175
vary;
@@ -304,7 +304,7 @@ tape( 'the function throws an error if provided a second argument which is an nd
304
304
}
305
305
});
306
306
307
-
tape('the function throws an error if provided a third argument which is not an ndarray-like object(n_scalar)',functiontest(t){
307
+
tape('the function throws an error if provided a third argument which is not an ndarray-like object(n=scalar)',functiontest(t){
308
308
varvalues;
309
309
varx;
310
310
vari;
@@ -338,7 +338,7 @@ tape( 'the function throws an error if provided a third argument which is not an
338
338
}
339
339
});
340
340
341
-
tape('the function throws an error if provided a third argument which is not an ndarray-like object(n_ndarray)',functiontest(t){
341
+
tape('the function throws an error if provided a third argument which is not an ndarray-like object(n=ndarray)',functiontest(t){
342
342
varvalues;
343
343
varopts;
344
344
varx;
@@ -376,7 +376,7 @@ tape( 'the function throws an error if provided a third argument which is not an
376
376
}
377
377
});
378
378
379
-
tape('the function throws an error if provided a third argument which is not an ndarray-like object (n_scalar, options)',functiontest(t){
379
+
tape('the function throws an error if provided a third argument which is not an ndarray-like object (n=scalar, options)',functiontest(t){
380
380
varvalues;
381
381
varx;
382
382
vari;
@@ -410,7 +410,7 @@ tape( 'the function throws an error if provided a third argument which is not an
410
410
}
411
411
});
412
412
413
-
tape('the function throws an error if provided a third argument which is not an ndarray-like object(n_ndarray, options)',functiontest(t){
413
+
tape('the function throws an error if provided a third argument which is not an ndarray-like object(n=ndarray, options)',functiontest(t){
414
414
varvalues;
415
415
varopts;
416
416
varx;
@@ -448,7 +448,7 @@ tape( 'the function throws an error if provided a third argument which is not an
448
448
}
449
449
});
450
450
451
-
tape('the function throws an error if provided a callback argument which is not a function(n_scalar)',functiontest(t){
451
+
tape('the function throws an error if provided a callback argument which is not a function(n=scalar)',functiontest(t){
452
452
varvalues;
453
453
varx;
454
454
vary;
@@ -485,7 +485,7 @@ tape( 'the function throws an error if provided a callback argument which is not
485
485
}
486
486
});
487
487
488
-
tape('the function throws an error if provided a callback argument which is not a function(n_scalar, options)',functiontest(t){
488
+
tape('the function throws an error if provided a callback argument which is not a function(n=scalar, options)',functiontest(t){
489
489
varvalues;
490
490
varx;
491
491
vary;
@@ -522,7 +522,7 @@ tape( 'the function throws an error if provided a callback argument which is not
522
522
}
523
523
});
524
524
525
-
tape('the function throws an error if provided a callback argument which is not a function(n_scalar, options, thisArg)',functiontest(t){
525
+
tape('the function throws an error if provided a callback argument which is not a function(n=scalar, options, thisArg)',functiontest(t){
526
526
varvalues;
527
527
varx;
528
528
vary;
@@ -559,7 +559,7 @@ tape( 'the function throws an error if provided a callback argument which is not
559
559
}
560
560
});
561
561
562
-
tape('the function throws an error if provided a callback argument which is not a function(n_ndarray)',functiontest(t){
562
+
tape('the function throws an error if provided a callback argument which is not a function(n=ndarray)',functiontest(t){
563
563
varvalues;
564
564
varopts;
565
565
varx;
@@ -600,7 +600,7 @@ tape( 'the function throws an error if provided a callback argument which is not
600
600
}
601
601
});
602
602
603
-
tape('the function throws an error if provided a callback argument which is not a function(n_ndarray, options)',functiontest(t){
603
+
tape('the function throws an error if provided a callback argument which is not a function(n=ndarray, options)',functiontest(t){
604
604
varvalues;
605
605
varopts;
606
606
varx;
@@ -641,7 +641,7 @@ tape( 'the function throws an error if provided a callback argument which is not
641
641
}
642
642
});
643
643
644
-
tape('the function throws an error if provided a callback argument which is not a function(n_ndarray, options, thisArg)',functiontest(t){
644
+
tape('the function throws an error if provided a callback argument which is not a function(n=ndarray, options, thisArg)',functiontest(t){
645
645
varvalues;
646
646
varopts;
647
647
varx;
@@ -682,7 +682,7 @@ tape( 'the function throws an error if provided a callback argument which is not
682
682
}
683
683
});
684
684
685
-
tape('the function throws an error if provided an options argument which is not an object(n_scalar)',functiontest(t){
685
+
tape('the function throws an error if provided an options argument which is not an object(n=scalar)',functiontest(t){
686
686
varvalues;
687
687
varx;
688
688
vary;
@@ -718,7 +718,7 @@ tape( 'the function throws an error if provided an options argument which is not
718
718
}
719
719
});
720
720
721
-
tape('the function throws an error if provided an options argument which is not an object(n_ndarray)',functiontest(t){
721
+
tape('the function throws an error if provided an options argument which is not an object(n=ndarray)',functiontest(t){
722
722
varvalues;
723
723
varopts;
724
724
varx;
@@ -758,7 +758,7 @@ tape( 'the function throws an error if provided an options argument which is not
758
758
}
759
759
});
760
760
761
-
tape('the function throws an error if provided an options with invalid `dims` property(n_scalar)',functiontest(t){
761
+
tape('the function throws an error if provided an options with invalid `dims` property(n=scalar)',functiontest(t){
762
762
varvalues;
763
763
varopts;
764
764
varx;
@@ -797,7 +797,7 @@ tape( 'the function throws an error if provided an options with invalid `dims` p
797
797
}
798
798
});
799
799
800
-
tape('the function throws an error if provided an options with invalid `dims` property(n_ndarray)',functiontest(t){
800
+
tape('the function throws an error if provided an options with invalid `dims` property(n=ndarray)',functiontest(t){
801
801
varvalues;
802
802
varopts1;
803
803
varopts2;
@@ -912,7 +912,7 @@ tape( 'the function throws an error if provided a second argument which is not b
912
912
}
913
913
});
914
914
915
-
tape('the function tests whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function (row-major, n_scalar)',functiontest(t){
915
+
tape('the function tests whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function (row-major, n=scalar)',functiontest(t){
916
916
varexpected;
917
917
varactual;
918
918
varx;
@@ -943,7 +943,7 @@ tape( 'the function tests whether at least `n` elements along one or more ndarra
943
943
t.end();
944
944
});
945
945
946
-
tape('the function tests whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function (row-major, n_ndarray)',functiontest(t){
946
+
tape('the function tests whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function (row-major, n=ndarray)',functiontest(t){
947
947
varexpected;
948
948
varactual;
949
949
varopts;
@@ -978,7 +978,7 @@ tape( 'the function tests whether at least `n` elements along one or more ndarra
978
978
t.end();
979
979
});
980
980
981
-
tape('the function tests whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function (column-major, n_scalar)',functiontest(t){
981
+
tape('the function tests whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function (column-major, n=scalar)',functiontest(t){
982
982
varexpected;
983
983
varactual;
984
984
varx;
@@ -1009,7 +1009,7 @@ tape( 'the function tests whether at least `n` elements along one or more ndarra
1009
1009
t.end();
1010
1010
});
1011
1011
1012
-
tape('the function tests whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function (column-major, n_ndarray)',functiontest(t){
1012
+
tape('the function tests whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function (column-major, n=ndarray)',functiontest(t){
1013
1013
varexpected;
1014
1014
varactual;
1015
1015
varopts;
@@ -1044,7 +1044,7 @@ tape( 'the function tests whether at least `n` elements along one or more ndarra
1044
1044
t.end();
1045
1045
});
1046
1046
1047
-
tape('the function supports specifying reduction dimensions (row-major, n_scalar)',functiontest(t){
1047
+
tape('the function supports specifying reduction dimensions (row-major, n=scalar)',functiontest(t){
1048
1048
varexpected;
1049
1049
varactual;
1050
1050
varopts;
@@ -1066,7 +1066,7 @@ tape( 'the function supports specifying reduction dimensions (row-major, n_scala
1066
1066
t.end();
1067
1067
});
1068
1068
1069
-
tape('the function supports specifying reduction dimensions (row-major, n_ndarray)',functiontest(t){
1069
+
tape('the function supports specifying reduction dimensions (row-major, n=ndarray)',functiontest(t){
1070
1070
varexpected;
1071
1071
varactual;
1072
1072
varopts1;
@@ -1092,7 +1092,7 @@ tape( 'the function supports specifying reduction dimensions (row-major, n_ndarr
1092
1092
t.end();
1093
1093
});
1094
1094
1095
-
tape('the function supports specifying reduction dimensions (column-major, n_scalar)',functiontest(t){
1095
+
tape('the function supports specifying reduction dimensions (column-major, n=scalar)',functiontest(t){
1096
1096
varexpected;
1097
1097
varactual;
1098
1098
varopts;
@@ -1115,7 +1115,7 @@ tape( 'the function supports specifying reduction dimensions (column-major, n_sc
1115
1115
t.end();
1116
1116
});
1117
1117
1118
-
tape('the function supports specifying reduction dimensions (column-major, n_ndarray)',functiontest(t){
1118
+
tape('the function supports specifying reduction dimensions (column-major, n=ndarray)',functiontest(t){
1119
1119
varexpected;
1120
1120
varactual;
1121
1121
varopts1;
@@ -1142,7 +1142,7 @@ tape( 'the function supports specifying reduction dimensions (column-major, n_nd
1142
1142
t.end();
1143
1143
});
1144
1144
1145
-
tape('the function supports providing a callback execution context(n_scalar)',functiontest(t){
1145
+
tape('the function supports providing a callback execution context(n=scalar)',functiontest(t){
1146
1146
varexpected;
1147
1147
varactual;
1148
1148
varctx;
@@ -1167,7 +1167,7 @@ tape( 'the function supports providing a callback execution context(n_scalar)',
1167
1167
t.end();
1168
1168
});
1169
1169
1170
-
tape('the function supports providing a callback execution context(n_ndarray)',functiontest(t){
1170
+
tape('the function supports providing a callback execution context(n=ndarray)',functiontest(t){
1171
1171
varexpected;
1172
1172
varactual;
1173
1173
varopts;
@@ -1195,7 +1195,7 @@ tape( 'the function supports providing a callback execution context(n_ndarray)',
1195
1195
t.end();
1196
1196
});
1197
1197
1198
-
tape('the function supports providing a callback execution context(n_scalar, options)',functiontest(t){
1198
+
tape('the function supports providing a callback execution context(n=scalar, options)',functiontest(t){
1199
1199
varexpected;
1200
1200
varactual;
1201
1201
varctx;
@@ -1220,7 +1220,7 @@ tape( 'the function supports providing a callback execution context(n_scalar, op
1220
1220
t.end();
1221
1221
});
1222
1222
1223
-
tape('the function supports providing a callback execution context(n_ndarray, options)',functiontest(t){
1223
+
tape('the function supports providing a callback execution context(n=ndarray, options)',functiontest(t){
0 commit comments