Skip to content

Commit 5aae671

Browse files
committed
Update artifacts
1 parent 3dbdc07 commit 5aae671

7 files changed

+9
-8
lines changed

blas/base/ssyr2/base.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
469469
<div class='footer quiet pad2 space-top1 center small'>
470470
Code coverage generated by
471471
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
472-
at 2024-09-07T03:39:02.658Z
472+
at 2025-04-05T04:22:07.074Z
473473
</div>
474474
<script src="../../../../prettify.js"></script>
475475
<script>

blas/base/ssyr2/coverage.ndjson

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
[427,429,99.5338,50,53,94.3396,3,3,100,427,429,99.5338,"b5de10702d2b6ecc6c843d61f755b429bfe3c78d","2024-07-31 03:10:46 -0700"]
33
[427,429,99.5338,50,53,94.3396,3,3,100,427,429,99.5338,"e0cef995e884021db3001dc1a3cfef0ca7b368c2","2024-08-31 15:45:39 -0400"]
44
[427,429,99.5338,50,53,94.3396,3,3,100,427,429,99.5338,"4ca068f174225d1eaec123656682589febf1b547","2024-09-06 20:36:48 -0700"]
5+
[427,429,99.5338,50,53,94.3396,3,3,100,427,429,99.5338,"fc1d8d5ed542eec3ded1b128850909ebb5f8bc51","2025-04-04 21:21:10 -0700"]

blas/base/ssyr2/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1><a href="../../../../index.html">All files</a> blas/base/ssyr2/lib</h1>
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2024-09-07T03:39:02.658Z
164+
at 2025-04-05T04:22:07.074Z
165165
</div>
166166
<script src="../../../../prettify.js"></script>
167167
<script>

blas/base/ssyr2/index.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
286286
<div class='footer quiet pad2 space-top1 center small'>
287287
Code coverage generated by
288288
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289-
at 2024-09-07T03:39:02.658Z
289+
at 2025-04-05T04:22:07.074Z
290290
</div>
291291
<script src="../../../../prettify.js"></script>
292292
<script>

blas/base/ssyr2/main.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
175175
<div class='footer quiet pad2 space-top1 center small'>
176176
Code coverage generated by
177177
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
178-
at 2024-09-07T03:39:02.658Z
178+
at 2025-04-05T04:22:07.074Z
179179
</div>
180180
<script src="../../../../prettify.js"></script>
181181
<script>

blas/base/ssyr2/ndarray.js.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
303303
throw new RangeError( format( 'invalid argument. Fifth argument must be non-zero. Value: `%d`.', strideX ) );
304304
}
305305
if ( strideY === 0 ) <span class="branch-0 cbranch-no" title="branch not covered" >{</span>
306-
<span class="cstat-no" title="statement not covered" > throw new RangeError( format( 'invalid argument. Eighth argument must be non-zero. Value: `%d`.', strideX ) );</span>
306+
<span class="cstat-no" title="statement not covered" > throw new RangeError( format( 'invalid argument. Eighth argument must be non-zero. Value: `%d`.', strideY ) );</span>
307307
<span class="cstat-no" title="statement not covered" > }</span>
308308
if ( N === 0 || alpha === 0.0 ) {
309309
return A;
@@ -322,7 +322,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
322322
<div class='footer quiet pad2 space-top1 center small'>
323323
Code coverage generated by
324324
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
325-
at 2024-09-07T03:39:02.658Z
325+
at 2025-04-05T04:22:07.074Z
326326
</div>
327327
<script src="../../../../prettify.js"></script>
328328
<script>

blas/base/ssyr2/ssyr2.js.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
354354
throw new RangeError( format( 'invalid argument. Sixth argument must be non-zero. Value: `%d`.', strideX ) );
355355
}
356356
if ( strideY === 0 ) {
357-
throw new RangeError( format( 'invalid argument. Eighth argument must be non-zero. Value: `%d`.', strideX ) );
357+
throw new RangeError( format( 'invalid argument. Eighth argument must be non-zero. Value: `%d`.', strideY ) );
358358
}
359359
if ( LDA &lt; max( 1, N ) ) {
360360
throw new RangeError( format( 'invalid argument. Tenth argument must be greater than or equal to max(1,%d). Value: `%d`.', N, LDA ) );
@@ -385,7 +385,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">blas/b
385385
<div class='footer quiet pad2 space-top1 center small'>
386386
Code coverage generated by
387387
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
388-
at 2024-09-07T03:39:02.658Z
388+
at 2025-04-05T04:22:07.074Z
389389
</div>
390390
<script src="../../../../prettify.js"></script>
391391
<script>

0 commit comments

Comments
 (0)