Skip to content

Commit b3ec351

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into refactor/plot
2 parents cf0ec80 + ca26c53 commit b3ec351

File tree

395 files changed

+22251
-927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

395 files changed

+22251
-927
lines changed

lib/node_modules/@stdlib/array/base/binary2d/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tape( 'the function applies a provided callback to nested input arrays and assig
6262
t.end();
6363
});
6464

65-
tape( 'the function does not invoke a provided callback if provided a shape having a first element.strictEqual to zero', function test( t ) {
65+
tape( 'the function does not invoke a provided callback if provided a shape having a first element equal to zero', function test( t ) {
6666
var expected;
6767
var shape;
6868
var x;
@@ -91,7 +91,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
9191
}
9292
});
9393

94-
tape( 'the function does not invoke a provided callback if provided a shape having a second element.strictEqual to zero', function test( t ) {
94+
tape( 'the function does not invoke a provided callback if provided a shape having a second element equal to zero', function test( t ) {
9595
var expected;
9696
var shape;
9797
var x;

lib/node_modules/@stdlib/array/base/binary3d/test/test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tape( 'the function applies a provided callback to nested input arrays and assig
8080
t.end();
8181
});
8282

83-
tape( 'the function does not invoke a provided callback if provided a shape having a first element.strictEqual to zero', function test( t ) {
83+
tape( 'the function does not invoke a provided callback if provided a shape having a first element equal to zero', function test( t ) {
8484
var expected;
8585
var shape;
8686
var x;
@@ -121,7 +121,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
121121
}
122122
});
123123

124-
tape( 'the function does not invoke a provided callback if provided a shape having a second element.strictEqual to zero', function test( t ) {
124+
tape( 'the function does not invoke a provided callback if provided a shape having a second element equal to zero', function test( t ) {
125125
var expected;
126126
var shape;
127127
var x;
@@ -162,7 +162,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
162162
}
163163
});
164164

165-
tape( 'the function does not invoke a provided callback if provided a shape having a third element.strictEqual to zero', function test( t ) {
165+
tape( 'the function does not invoke a provided callback if provided a shape having a third element equal to zero', function test( t ) {
166166
var expected;
167167
var shape;
168168
var x;

lib/node_modules/@stdlib/array/base/binary4d/test/test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tape( 'the function applies a provided callback to nested input arrays and assig
8686
t.end();
8787
});
8888

89-
tape( 'the function does not invoke a provided callback if provided a shape having a first element.strictEqual to zero', function test( t ) {
89+
tape( 'the function does not invoke a provided callback if provided a shape having a first element equal to zero', function test( t ) {
9090
var expected;
9191
var shape;
9292
var x;
@@ -131,7 +131,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
131131
}
132132
});
133133

134-
tape( 'the function does not invoke a provided callback if provided a shape having a second element.strictEqual to zero', function test( t ) {
134+
tape( 'the function does not invoke a provided callback if provided a shape having a second element equal to zero', function test( t ) {
135135
var expected;
136136
var shape;
137137
var x;
@@ -176,7 +176,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
176176
}
177177
});
178178

179-
tape( 'the function does not invoke a provided callback if provided a shape having a third element.strictEqual to zero', function test( t ) {
179+
tape( 'the function does not invoke a provided callback if provided a shape having a third element equal to zero', function test( t ) {
180180
var expected;
181181
var shape;
182182
var x;
@@ -221,7 +221,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
221221
}
222222
});
223223

224-
tape( 'the function does not invoke a provided callback if provided a shape having a four element.strictEqual to zero', function test( t ) {
224+
tape( 'the function does not invoke a provided callback if provided a shape having a fourth element equal to zero', function test( t ) {
225225
var expected;
226226
var shape;
227227
var x;

lib/node_modules/@stdlib/array/base/binary5d/test/test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ tape( 'the function applies a provided callback to nested input arrays and assig
9292
t.end();
9393
});
9494

95-
tape( 'the function does not invoke a provided callback if provided a shape having a first element.strictEqual to zero', function test( t ) {
95+
tape( 'the function does not invoke a provided callback if provided a shape having a first element equal to zero', function test( t ) {
9696
var expected;
9797
var shape;
9898
var x;
@@ -141,7 +141,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
141141
}
142142
});
143143

144-
tape( 'the function does not invoke a provided callback if provided a shape having a second element.strictEqual to zero', function test( t ) {
144+
tape( 'the function does not invoke a provided callback if provided a shape having a second element equal to zero', function test( t ) {
145145
var expected;
146146
var shape;
147147
var x;
@@ -190,7 +190,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
190190
}
191191
});
192192

193-
tape( 'the function does not invoke a provided callback if provided a shape having a third element.strictEqual to zero', function test( t ) {
193+
tape( 'the function does not invoke a provided callback if provided a shape having a third element equal to zero', function test( t ) {
194194
var expected;
195195
var shape;
196196
var x;
@@ -239,7 +239,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
239239
}
240240
});
241241

242-
tape( 'the function does not invoke a provided callback if provided a shape having a four element.strictEqual to zero', function test( t ) {
242+
tape( 'the function does not invoke a provided callback if provided a shape having a fourth element equal to zero', function test( t ) {
243243
var expected;
244244
var shape;
245245
var x;
@@ -288,7 +288,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
288288
}
289289
});
290290

291-
tape( 'the function does not invoke a provided callback if provided a shape having a fifth element.strictEqual to zero', function test( t ) {
291+
tape( 'the function does not invoke a provided callback if provided a shape having a fifth element equal to zero', function test( t ) {
292292
var expected;
293293
var shape;
294294
var x;

lib/node_modules/@stdlib/array/base/binarynd/test/test.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ tape( 'the function applies a provided callback to nested input arrays and assig
569569
t.end();
570570
});
571571

572-
tape( 'the function does not invoke a provided callback if provided a shape having a first element.strictEqual to zero (1d)', function test( t ) {
572+
tape( 'the function does not invoke a provided callback if provided a shape having a first element equal to zero (1d)', function test( t ) {
573573
var expected;
574574
var shape;
575575
var x;
@@ -593,7 +593,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
593593
}
594594
});
595595

596-
tape( 'the function does not invoke a provided callback if provided a shape having a first element.strictEqual to zero (2d)', function test( t ) {
596+
tape( 'the function does not invoke a provided callback if provided a shape having a first element equal to zero (2d)', function test( t ) {
597597
var expected;
598598
var shape;
599599
var x;
@@ -620,7 +620,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
620620
}
621621
});
622622

623-
tape( 'the function does not invoke a provided callback if provided a shape having a second element.strictEqual to zero (2d)', function test( t ) {
623+
tape( 'the function does not invoke a provided callback if provided a shape having a second element equal to zero (2d)', function test( t ) {
624624
var expected;
625625
var shape;
626626
var x;
@@ -647,7 +647,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
647647
}
648648
});
649649

650-
tape( 'the function does not invoke a provided callback if provided a shape having a first element.strictEqual to zero (3d)', function test( t ) {
650+
tape( 'the function does not invoke a provided callback if provided a shape having a first element equal to zero (3d)', function test( t ) {
651651
var expected;
652652
var shape;
653653
var x;
@@ -680,7 +680,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
680680
}
681681
});
682682

683-
tape( 'the function does not invoke a provided callback if provided a shape having a second element.strictEqual to zero (3d)', function test( t ) {
683+
tape( 'the function does not invoke a provided callback if provided a shape having a second element equal to zero (3d)', function test( t ) {
684684
var expected;
685685
var shape;
686686
var x;
@@ -713,7 +713,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
713713
}
714714
});
715715

716-
tape( 'the function does not invoke a provided callback if provided a shape having a third element.strictEqual to zero (3d)', function test( t ) {
716+
tape( 'the function does not invoke a provided callback if provided a shape having a third element equal to zero (3d)', function test( t ) {
717717
var expected;
718718
var shape;
719719
var x;
@@ -746,7 +746,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
746746
}
747747
});
748748

749-
tape( 'the function does not invoke a provided callback if provided a shape having a first element.strictEqual to zero (4d)', function test( t ) {
749+
tape( 'the function does not invoke a provided callback if provided a shape having a first element equal to zero (4d)', function test( t ) {
750750
var expected;
751751
var shape;
752752
var x;
@@ -791,7 +791,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
791791
}
792792
});
793793

794-
tape( 'the function does not invoke a provided callback if provided a shape having a second element.strictEqual to zero (4d)', function test( t ) {
794+
tape( 'the function does not invoke a provided callback if provided a shape having a second element equal to zero (4d)', function test( t ) {
795795
var expected;
796796
var shape;
797797
var x;
@@ -836,7 +836,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
836836
}
837837
});
838838

839-
tape( 'the function does not invoke a provided callback if provided a shape having a third element.strictEqual to zero (4d)', function test( t ) {
839+
tape( 'the function does not invoke a provided callback if provided a shape having a third element equal to zero (4d)', function test( t ) {
840840
var expected;
841841
var shape;
842842
var x;
@@ -881,7 +881,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
881881
}
882882
});
883883

884-
tape( 'the function does not invoke a provided callback if provided a shape having a fourth element.strictEqual to zero (4d)', function test( t ) {
884+
tape( 'the function does not invoke a provided callback if provided a shape having a fourth element equal to zero (4d)', function test( t ) {
885885
var expected;
886886
var shape;
887887
var x;
@@ -926,7 +926,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
926926
}
927927
});
928928

929-
tape( 'the function does not invoke a provided callback if provided a shape having a first element.strictEqual to zero (5d)', function test( t ) {
929+
tape( 'the function does not invoke a provided callback if provided a shape having a first element equal to zero (5d)', function test( t ) {
930930
var expected;
931931
var shape;
932932
var x;
@@ -995,7 +995,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
995995
}
996996
});
997997

998-
tape( 'the function does not invoke a provided callback if provided a shape having a second element.strictEqual to zero (5d)', function test( t ) {
998+
tape( 'the function does not invoke a provided callback if provided a shape having a second element equal to zero (5d)', function test( t ) {
999999
var expected;
10001000
var shape;
10011001
var x;
@@ -1064,7 +1064,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
10641064
}
10651065
});
10661066

1067-
tape( 'the function does not invoke a provided callback if provided a shape having a third element.strictEqual to zero (5d)', function test( t ) {
1067+
tape( 'the function does not invoke a provided callback if provided a shape having a third element equal to zero (5d)', function test( t ) {
10681068
var expected;
10691069
var shape;
10701070
var x;
@@ -1133,7 +1133,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
11331133
}
11341134
});
11351135

1136-
tape( 'the function does not invoke a provided callback if provided a shape having a fourth element.strictEqual to zero (5d)', function test( t ) {
1136+
tape( 'the function does not invoke a provided callback if provided a shape having a fourth element equal to zero (5d)', function test( t ) {
11371137
var expected;
11381138
var shape;
11391139
var x;
@@ -1202,7 +1202,7 @@ tape( 'the function does not invoke a provided callback if provided a shape havi
12021202
}
12031203
});
12041204

1205-
tape( 'the function does not invoke a provided callback if provided a shape having a fifth element.strictEqual to zero (5d)', function test( t ) {
1205+
tape( 'the function does not invoke a provided callback if provided a shape having a fifth element equal to zero (5d)', function test( t ) {
12061206
var expected;
12071207
var shape;
12081208
var x;

lib/node_modules/@stdlib/array/base/broadcasted-binary2d/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tape( 'the function applies a provided callback to broadcasted input arrays and
104104
t.end();
105105
});
106106

107-
tape( 'the function does not invoke a provided callback if provided an output shape having a first element.strictEqual to zero', function test( t ) {
107+
tape( 'the function does not invoke a provided callback if provided an output shape having a first element equal to zero', function test( t ) {
108108
var expected;
109109
var shapes;
110110
var x;
@@ -134,7 +134,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
134134
}
135135
});
136136

137-
tape( 'the function does not invoke a provided callback if provided an output shape having a second element.strictEqual to zero', function test( t ) {
137+
tape( 'the function does not invoke a provided callback if provided an output shape having a second element equal to zero', function test( t ) {
138138
var expected;
139139
var shapes;
140140
var x;

lib/node_modules/@stdlib/array/base/broadcasted-binary3d/test/test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tape( 'the function applies a provided callback to broadcasted input arrays and
134134
t.end();
135135
});
136136

137-
tape( 'the function does not invoke a provided callback if provided an output shape having a first element.strictEqual to zero', function test( t ) {
137+
tape( 'the function does not invoke a provided callback if provided an output shape having a first element equal to zero', function test( t ) {
138138
var expected;
139139
var shapes;
140140
var x;
@@ -166,7 +166,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
166166
}
167167
});
168168

169-
tape( 'the function does not invoke a provided callback if provided an output shape having a second element.strictEqual to zero', function test( t ) {
169+
tape( 'the function does not invoke a provided callback if provided an output shape having a second element equal to zero', function test( t ) {
170170
var expected;
171171
var shapes;
172172
var x;
@@ -198,7 +198,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
198198
}
199199
});
200200

201-
tape( 'the function does not invoke a provided callback if provided an output shape having a third element.strictEqual to zero', function test( t ) {
201+
tape( 'the function does not invoke a provided callback if provided an output shape having a third element equal to zero', function test( t ) {
202202
var expected;
203203
var shapes;
204204
var x;

lib/node_modules/@stdlib/array/base/broadcasted-binary4d/test/test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ tape( 'the function applies a provided callback to broadcasted input arrays and
194194
t.end();
195195
});
196196

197-
tape( 'the function does not invoke a provided callback if provided an output shape having a first element.strictEqual to zero', function test( t ) {
197+
tape( 'the function does not invoke a provided callback if provided an output shape having a first element equal to zero', function test( t ) {
198198
var expected;
199199
var shapes;
200200
var x;
@@ -228,7 +228,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
228228
}
229229
});
230230

231-
tape( 'the function does not invoke a provided callback if provided an output shape having a second element.strictEqual to zero', function test( t ) {
231+
tape( 'the function does not invoke a provided callback if provided an output shape having a second element equal to zero', function test( t ) {
232232
var expected;
233233
var shapes;
234234
var x;
@@ -262,7 +262,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
262262
}
263263
});
264264

265-
tape( 'the function does not invoke a provided callback if provided an output shape having a third element.strictEqual to zero', function test( t ) {
265+
tape( 'the function does not invoke a provided callback if provided an output shape having a third element equal to zero', function test( t ) {
266266
var expected;
267267
var shapes;
268268
var x;
@@ -296,7 +296,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
296296
}
297297
});
298298

299-
tape( 'the function does not invoke a provided callback if provided an output shape having a four element.strictEqual to zero', function test( t ) {
299+
tape( 'the function does not invoke a provided callback if provided an output shape having a fourth element equal to zero', function test( t ) {
300300
var expected;
301301
var shapes;
302302
var x;

lib/node_modules/@stdlib/array/base/broadcasted-binary5d/test/test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ tape( 'the function applies a provided callback to broadcasted input arrays and
248248
t.end();
249249
});
250250

251-
tape( 'the function does not invoke a provided callback if provided an output shape having a first element.strictEqual to zero', function test( t ) {
251+
tape( 'the function does not invoke a provided callback if provided an output shape having a first element equal to zero', function test( t ) {
252252
var expected;
253253
var shapes;
254254
var x;
@@ -284,7 +284,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
284284
}
285285
});
286286

287-
tape( 'the function does not invoke a provided callback if provided an output shape having a second element.strictEqual to zero', function test( t ) {
287+
tape( 'the function does not invoke a provided callback if provided an output shape having a second element equal to zero', function test( t ) {
288288
var expected;
289289
var shapes;
290290
var x;
@@ -320,7 +320,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
320320
}
321321
});
322322

323-
tape( 'the function does not invoke a provided callback if provided an output shape having a third element.strictEqual to zero', function test( t ) {
323+
tape( 'the function does not invoke a provided callback if provided an output shape having a third element equal to zero', function test( t ) {
324324
var expected;
325325
var shapes;
326326
var x;
@@ -356,7 +356,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
356356
}
357357
});
358358

359-
tape( 'the function does not invoke a provided callback if provided an output shape having a four element.strictEqual to zero', function test( t ) {
359+
tape( 'the function does not invoke a provided callback if provided an output shape having a fourth element equal to zero', function test( t ) {
360360
var expected;
361361
var shapes;
362362
var x;
@@ -392,7 +392,7 @@ tape( 'the function does not invoke a provided callback if provided an output sh
392392
}
393393
});
394394

395-
tape( 'the function does not invoke a provided callback if provided an output shape having a fifth element.strictEqual to zero', function test( t ) {
395+
tape( 'the function does not invoke a provided callback if provided an output shape having a fifth element equal to zero', function test( t ) {
396396
var expected;
397397
var shapes;
398398
var x;

0 commit comments

Comments
 (0)