Skip to content

Commit eb59f56

Browse files
committed
Update artifacts
1 parent c30b4be commit eb59f56

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[101,101,100,3,3,100,1,1,100,101,101,100,"ef9de046e543a277ce0f0e477fb6143a67ae2102","2025-11-12 01:29:16 +0530"]
1+
[101,101,100,3,3,100,1,1,100,101,101,100,"dc592037901652ee339698fba8832596684a508d","2025-11-12 01:33:43 +0530"]

stats/base/ndarray/smaxabssorted/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-11-11T20:01:12.565Z
119+
at 2025-11-11T20:04:50.565Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

stats/base/ndarray/smaxabssorted/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
187187
* var x = new ndarray( 'float32', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
188188
*
189189
* var v = smaxabssorted( [ x ] );
190-
* // returns 4
190+
* // returns 4.0
191191
*/
192192
&nbsp;
193193
// MODULES //
@@ -205,7 +205,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
205205
<div class='footer quiet pad2 space-top1 center small'>
206206
Code coverage generated by
207207
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
208-
at 2025-11-11T20:01:12.565Z
208+
at 2025-11-11T20:04:50.565Z
209209
</div>
210210
<script src="prettify.js"></script>
211211
<script>

stats/base/ndarray/smaxabssorted/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
220220
* var x = new ndarray( 'float32', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
221221
*
222222
* var v = smaxabssorted( [ x ] );
223-
* // returns 4
223+
* // returns 4.0
224224
*/
225225
function smaxabssorted( arrays ) {
226226
var x = arrays[ 0 ];
@@ -238,7 +238,7 @@ <h1><a href="index.html">All files</a> main.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-11-11T20:01:12.565Z
241+
at 2025-11-11T20:04:50.565Z
242242
</div>
243243
<script src="prettify.js"></script>
244244
<script>

0 commit comments

Comments
 (0)