Skip to content

Commit 39e4ffb

Browse files
committed
Update artifacts
1 parent bf73815 commit 39e4ffb

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

blas/dswap/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[198,198,100,23,23,100,1,1,100,198,198,100,"c4b9c9a6427360539d25717e72339eee5a49195c","2024-09-08 22:33:11 -0700"]
22
[203,203,100,26,26,100,1,1,100,203,203,100,"8b1f86b855e9f11a36ccf7f58a611650bf210078","2024-09-09 00:54:40 -0700"]
33
[203,203,100,26,26,100,1,1,100,203,203,100,"2d7e9251e02cba556ad7e8b40ef90d5190d0d719","2024-09-14 03:58:08 -0700"]
4+
[203,203,100,26,26,100,1,1,100,203,203,100,"0f55d30a294587af140c43542529693bbb1314f4","2024-09-15 21:37:19 -0700"]

blas/dswap/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> blas/dswap/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 2024-09-14T11:00:01.403Z
119+
at 2024-09-16T04:40:21.509Z
120120
</div>
121121
<script src="../../../prettify.js"></script>
122122
<script>

blas/dswap/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">blas/dswa
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 2024-09-14T11:00:01.403Z
223+
at 2024-09-16T04:40:21.509Z
224224
</div>
225225
<script src="../../../prettify.js"></script>
226226
<script>

blas/dswap/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">blas/dswa
477477
}
478478
// Validate that the arrays have the same shape...
479479
if ( !hasEqualValues( xsh, ysh ) ) {
480-
throw new Error( 'invalid arguments. The first and second arguments must have the shape.' );
480+
throw new Error( 'invalid arguments. The first and second arguments must have the same shape.' );
481481
}
482482
// Validate that the dimension argument is a negative integer...
483483
if ( arguments.length &gt; 2 ) {
@@ -529,7 +529,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">blas/dswa
529529
<div class='footer quiet pad2 space-top1 center small'>
530530
Code coverage generated by
531531
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
532-
at 2024-09-14T11:00:01.403Z
532+
at 2024-09-16T04:40:21.509Z
533533
</div>
534534
<script src="../../../prettify.js"></script>
535535
<script>

blas/sswap/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[203,203,100,26,26,100,1,1,100,203,203,100,"2d7e9251e02cba556ad7e8b40ef90d5190d0d719","2024-09-14 03:58:08 -0700"]
2+
[203,203,100,26,26,100,1,1,100,203,203,100,"0f55d30a294587af140c43542529693bbb1314f4","2024-09-15 21:37:19 -0700"]

blas/sswap/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> blas/sswap/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 2024-09-14T11:00:04.423Z
119+
at 2024-09-16T04:40:24.541Z
120120
</div>
121121
<script src="../../../prettify.js"></script>
122122
<script>

blas/sswap/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">blas/sswa
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 2024-09-14T11:00:04.423Z
223+
at 2024-09-16T04:40:24.541Z
224224
</div>
225225
<script src="../../../prettify.js"></script>
226226
<script>

blas/sswap/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">blas/sswa
477477
}
478478
// Validate that the arrays have the same shape...
479479
if ( !hasEqualValues( xsh, ysh ) ) {
480-
throw new Error( 'invalid arguments. The first and second arguments must have the shape.' );
480+
throw new Error( 'invalid arguments. The first and second arguments must have the same shape.' );
481481
}
482482
// Validate that the dimension argument is a negative integer...
483483
if ( arguments.length &gt; 2 ) {
@@ -529,7 +529,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">blas/sswa
529529
<div class='footer quiet pad2 space-top1 center small'>
530530
Code coverage generated by
531531
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
532-
at 2024-09-14T11:00:04.423Z
532+
at 2024-09-16T04:40:24.541Z
533533
</div>
534534
<script src="../../../prettify.js"></script>
535535
<script>

0 commit comments

Comments
 (0)