Skip to content

Commit a51c7e5

Browse files
committed
Update artifacts
1 parent 9d07635 commit a51c7e5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[131,131,100,3,3,100,1,1,100,131,131,100,"e65639295f336e59246dca84ac23351c43b7ac1d","2025-12-06 13:59:11 +0530"]
1+
[131,131,100,3,3,100,1,1,100,131,131,100,"11178d85d40835cef31f9ba966b54c9efdc578b9","2025-12-07 18:11:48 +0530"]

blas/ext/base/ndarray/scusumkbn/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</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-12-06T08:30:28.275Z
119+
at 2025-12-07T12:43:07.305Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

blas/ext/base/ndarray/scusumkbn/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2025-12-06T08:30:28.275Z
247+
at 2025-12-07T12:43:07.305Z
248248
</div>
249249
<script src="prettify.js"></script>
250250
<script>

blas/ext/base/ndarray/scusumkbn/main.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ <h1><a href="index.html">All files</a> main.js</h1>
271271
* // returns [ 1.0, 4.0, 8.0, 10.0 ]
272272
*/
273273
function scusumkbn(arrays) {
274-
var x = arrays[0];
275-
var y = arrays[1];
276-
var v = ndarraylike2scalar(arrays[2]);
274+
var x = arrays[ 0 ];
275+
var y = arrays[ 1 ];
276+
var v = ndarraylike2scalar(arrays[ 2 ]);
277277
strided(numelDimension(x, 0), v, getData(x), getStride(x, 0), getOffset(x), getData(y), getStride(y, 0), getOffset(y)); // eslint-disable-line max-len
278278
return y;
279279
}
@@ -289,7 +289,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
289289
<div class='footer quiet pad2 space-top1 center small'>
290290
Code coverage generated by
291291
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
292-
at 2025-12-06T08:30:28.275Z
292+
at 2025-12-07T12:43:07.305Z
293293
</div>
294294
<script src="prettify.js"></script>
295295
<script>

0 commit comments

Comments
 (0)