Skip to content

Commit 3348bda

Browse files
committed
Update artifacts
1 parent deddbec commit 3348bda

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

ndarray/push/assign.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ <h1><a href="index.html">All files</a> assign.js</h1>
349349
<div class='footer quiet pad2 space-top1 center small'>
350350
Code coverage generated by
351351
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
352-
at 2025-12-16T04:31:21.127Z
352+
at 2025-12-16T04:32:08.350Z
353353
</div>
354354
<script src="prettify.js"></script>
355355
<script>

ndarray/push/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[225,229,98.2533,20,22,90.9091,2,2,100,225,229,98.2533,"77614be320c873c46c4b9675f9ca9b7c1774e548","2025-12-15 20:30:17 -0800"]
1+
[225,229,98.2533,20,22,90.9091,2,2,100,225,229,98.2533,"7f42e7c1e5738338a9f83cedb43420bb94982da8","2025-12-15 20:31:05 -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-16T04:31:21.127Z
134+
at 2025-12-16T04:32:08.350Z
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
@@ -238,7 +238,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
238238
<div class='footer quiet pad2 space-top1 center small'>
239239
Code coverage generated by
240240
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241-
at 2025-12-16T04:31:21.127Z
241+
at 2025-12-16T04:32:08.350Z
242242
</div>
243243
<script src="prettify.js"></script>
244244
<script>

ndarray/push/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
287287
}
288288
nargs = arguments.length;
289289
if ( nargs &lt; 2 ) <span class="branch-0 cbranch-no" title="branch not covered" >{</span>
290-
<span class="cstat-no" title="statement not covered" > throw new Error( format( 'invalid argument. The function must be provided at least two arguments. Value: `%s`.', nargs ) );</span>
290+
<span class="cstat-no" title="statement not covered" > throw new Error( 'invalid operation. Must provide at least two arguments.' );</span>
291291
<span class="cstat-no" title="statement not covered" > }</span>
292292
dtype = getDType( x );
293293
args = [ x ];
@@ -310,7 +310,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
310310
<div class='footer quiet pad2 space-top1 center small'>
311311
Code coverage generated by
312312
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
313-
at 2025-12-16T04:31:21.127Z
313+
at 2025-12-16T04:32:08.350Z
314314
</div>
315315
<script src="prettify.js"></script>
316316
<script>

0 commit comments

Comments
 (0)