Skip to content

Commit 87da937

Browse files
committed
Update artifacts
1 parent 8c29130 commit 87da937

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

ndarray/flatten/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
[415,415,100,28,28,100,1,1,100,415,415,100,"909a46ecca55d18130b1e67d1ea3a139de860754","2025-09-17 13:46:26 -0700"]
77
[415,415,100,28,28,100,1,1,100,415,415,100,"ecde0dab6fa80df5a13632b83ef780ba46861dd8","2025-09-18 21:29:22 -0500"]
88
[415,415,100,28,28,100,1,1,100,415,415,100,"157f4f4cd7cc3ce680dbfb538b3d8cbcfe5852dd","2025-10-03 10:23:01 +0100"]
9+
[415,415,100,28,28,100,1,1,100,415,415,100,"0023e164329d4c737ab86ea2654adec96a217f86","2025-10-03 10:33:00 +0100"]

ndarray/flatten/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1><a href="../../../index.html">All files</a> ndarray/flatten/lib</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-10-03T09:24:29.484Z
119+
at 2025-10-03T09:34:43.608Z
120120
</div>
121121
<script src="../../../prettify.js"></script>
122122
<script>

ndarray/flatten/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
220220
<div class='footer quiet pad2 space-top1 center small'>
221221
Code coverage generated by
222222
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
223-
at 2025-10-03T09:24:29.484Z
223+
at 2025-10-03T09:34:43.608Z
224224
</div>
225225
<script src="../../../prettify.js"></script>
226226
<script>

ndarray/flatten/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
10851085
var y;
10861086
&nbsp;
10871087
if ( !isndarrayLike( x ) ) {
1088-
throw new TypeError( format( 'invalid argument. First argument must be an ndarray-like object. Value: `%s`.', x ) );
1088+
throw new TypeError( format( 'invalid argument. First argument must be an ndarray. Value: `%s`.', x ) );
10891089
}
10901090
nargs = arguments.length;
10911091
xsh = getShape( x );
@@ -1165,7 +1165,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
11651165
<div class='footer quiet pad2 space-top1 center small'>
11661166
Code coverage generated by
11671167
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1168-
at 2025-10-03T09:24:29.484Z
1168+
at 2025-10-03T09:34:43.608Z
11691169
</div>
11701170
<script src="../../../prettify.js"></script>
11711171
<script>

0 commit comments

Comments
 (0)