Skip to content

Commit 9489d1e

Browse files
committed
Update artifacts
1 parent 15d24b0 commit 9489d1e

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

ndarray/push/assign.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ <h1><a href="index.html">All files</a> assign.js</h1>
307307
}
308308
nargs = arguments.length;
309309
if ( nargs &lt; 3 ) {
310-
throw new Error( 'invalid operation. Must provide at least three arguments.' );
310+
throw new Error( 'invalid invocation. Must provide at least three arguments.' );
311311
}
312312
out = arguments[ nargs-1 ];
313313
if ( !isndarrayLike( out ) || ndims( out ) !== 1 ) {
@@ -334,7 +334,7 @@ <h1><a href="index.html">All files</a> assign.js</h1>
334334
<div class='footer quiet pad2 space-top1 center small'>
335335
Code coverage generated by
336336
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
337-
at 2025-12-20T05:25:33.125Z
337+
at 2025-12-21T13:24:36.018Z
338338
</div>
339339
<script src="prettify.js"></script>
340340
<script>

ndarray/push/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[216,216,100,22,22,100,2,2,100,216,216,100,"2e0f8e6476ccc5194c02d472a327fb8a425fdfae","2025-12-19 02:41:45 -0800"]
22
[216,216,100,22,22,100,2,2,100,216,216,100,"c73b05b2bc7a30ac4826a85a8d77708a7b62a3c1","2025-12-19 23:24:17 -0600"]
3+
[216,216,100,22,22,100,2,2,100,216,216,100,"59376adf8a58a9cbf9a54dac8ee242e004b86631","2025-12-21 05:16:18 -0800"]

ndarray/push/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1>All files</h1>
131131
<div class='footer quiet pad2 space-top1 center small'>
132132
Code coverage generated by
133133
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134-
at 2025-12-20T05:25:33.125Z
134+
at 2025-12-21T13:24:36.018Z
135135
</div>
136136
<script src="prettify.js"></script>
137137
<script>

ndarray/push/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
226226
<div class='footer quiet pad2 space-top1 center small'>
227227
Code coverage generated by
228228
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
229-
at 2025-12-20T05:25:33.125Z
229+
at 2025-12-21T13:24:36.018Z
230230
</div>
231231
<script src="prettify.js"></script>
232232
<script>

ndarray/push/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
275275
}
276276
nargs = arguments.length;
277277
if ( nargs &lt; 2 ) {
278-
throw new Error( 'invalid operation. Must provide at least two arguments.' );
278+
throw new Error( 'invalid invocation. Must provide at least two arguments.' );
279279
}
280280
dtype = getDType( x );
281281
args = [ x ];
@@ -298,7 +298,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
298298
<div class='footer quiet pad2 space-top1 center small'>
299299
Code coverage generated by
300300
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
301-
at 2025-12-20T05:25:33.125Z
301+
at 2025-12-21T13:24:36.018Z
302302
</div>
303303
<script src="prettify.js"></script>
304304
<script>

0 commit comments

Comments
 (0)