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
-[`7add020`](https://github.com/stdlib-js/stdlib/commit/7add0201c13e56a0381926ccfd4073c84eaf2ed4) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
58
+
-[`11581aa`](https://github.com/stdlib-js/stdlib/commit/11581aaca8c3cb824cbb92c0c0f80e76890bdb20) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
59
+
-[`07f7c05`](https://github.com/stdlib-js/stdlib/commit/07f7c0522c73e6ad9505e1d45035ae439344200d) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
60
+
-[`f344466`](https://github.com/stdlib-js/stdlib/commit/f344466c6dcfb8f52d7f3148acaadd52772938da) - **test:** use .strictEqual() instead of .equal() and fix lint errors _(by Philipp Burckhardt)_
53
61
-[`77867ac`](https://github.com/stdlib-js/stdlib/commit/77867ac1767a186023f633dea30ddf860962aaed) - **docs:** remove trailing whitespace _(by Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: tools/database/data/data.csv
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1190,3 +1190,13 @@
1190
1190
"JB","invalid argument. Second argument must be either an ndarray or a scalar value. Value: `%s`.","TypeError"
1191
1191
"JC","invalid argument. Third argument must be an ndarray. Value: `%s`.","TypeError"
1192
1192
"JD","invalid argument. Third argument must be either an ndarray or an integer. Value: `%s`.","TypeError"
1193
+
"JE","invalid operation. Environment lacks support for HTTP/2. Ensure that you are running on a Node.js version which supports HTTP/2 and has been built to include support for the Node.js `crypto` module.","Error"
1194
+
"JF","invalid argument. Input arrays must have the same number of dimensions. First array dimensions: %d. Second array dimensions: %d.","Error"
1195
+
"JG","invalid argument. Input arrays must have the same shape. First array shape: [%s]. Second array shape: [%s].","Error"
1196
+
"JH","invalid argument. Output array must have the same number of non-reduced dimensions as input arrays. Input array shape: [%s]. Number of non-reduced dimensions: %d. Output array shape: [%s].","Error"
1197
+
"JI","invalid argument. Array arguments after the first array must have the same number of loop dimensions. Input array shape: [%s]. Number of loop dimensions: %d. Array shape: [%s] (index: %d).","Error"
1198
+
"JJ","invalid argument. Second argument contains an out-of-bounds index. Array shape: (%s). Value: `[%s]`.","RangeError"
1199
+
"JK","invalid argument. Thirteenth argument must be non-zero. Value: `%d`.","RangeError"
1200
+
"JL","invalid argument. Sixth argument must be greater than or equal to max(1,%d). Value: `%d`.","RangeError"
1201
+
"JM","invalid argument. Fifth argument must be non-zero. Value: `%s`.","RangeError"
1202
+
"JN","invalid argument. Sixth argument must be non-zero. Value: `%s`.","RangeError"
0 commit comments