Skip to content

Commit dc077ed

Browse files
committed
Update artifacts
1 parent 498e93a commit dc077ed

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

stats/base/nanrange-by/accessors.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,15 +346,15 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
346346
get = x.accessors[0];
347347
&nbsp;
348348
if ( N === 1 || strideX === 0 ) {
349-
v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, x );
349+
v = clbk.call( thisArg, get( xbuf, offsetX ), 0, offsetX, xbuf );
350350
if ( v === void 0 || isnan( v ) ) {
351351
return NaN;
352352
}
353353
return 0.0;
354354
}
355355
ix = offsetX;
356356
for ( i = 0; i &lt; N; i++ ) {
357-
min = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
357+
min = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
358358
if ( min === min &amp;&amp; min !== void 0 ) {
359359
break;
360360
}
@@ -367,7 +367,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
367367
i += 1;
368368
for ( i; i &lt; N; i++ ) {
369369
ix += strideX;
370-
v = clbk.call( thisArg, get( xbuf, ix ), i, ix, x );
370+
v = clbk.call( thisArg, get( xbuf, ix ), i, ix, xbuf );
371371
if ( v === void 0 || isnan( v ) ) {
372372
continue;
373373
}
@@ -391,7 +391,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
391391
<div class='footer quiet pad2 space-top1 center small'>
392392
Code coverage generated by
393393
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
394-
at 2025-07-05T10:00:15.949Z
394+
at 2025-07-05T11:04:18.001Z
395395
</div>
396396
<script src="../../../../prettify.js"></script>
397397
<script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[334,334,100,52,52,100,3,3,100,334,334,100,"4b34ad3713b555060ab46dd961e8e5b36a8c2909","2025-07-05 09:58:26 +0000"]
1+
[334,334,100,52,52,100,3,3,100,334,334,100,"41df8791b445845135688a2ebd1dcc0f108d78cd","2025-07-05 16:33:06 +0530"]

stats/base/nanrange-by/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../index.html">All files</a> stats/base/nanrange-by/lib</h
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-07-05T10:00:15.949Z
149+
at 2025-07-05T11:04:18.001Z
150150
</div>
151151
<script src="../../../../prettify.js"></script>
152152
<script>

stats/base/nanrange-by/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
271271
<div class='footer quiet pad2 space-top1 center small'>
272272
Code coverage generated by
273273
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
274-
at 2025-07-05T10:00:15.949Z
274+
at 2025-07-05T11:04:18.001Z
275275
</div>
276276
<script src="../../../../prettify.js"></script>
277277
<script>

stats/base/nanrange-by/main.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> / <a href="index.html">stats/
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-07-05T10:00:15.949Z
241+
at 2025-07-05T11:04:18.001Z
242242
</div>
243243
<script src="../../../../prettify.js"></script>
244244
<script>

stats/base/nanrange-by/ndarray.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
382382
<div class='footer quiet pad2 space-top1 center small'>
383383
Code coverage generated by
384384
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
385-
at 2025-07-05T10:00:15.949Z
385+
at 2025-07-05T11:04:18.001Z
386386
</div>
387387
<script src="../../../../prettify.js"></script>
388388
<script>

0 commit comments

Comments
 (0)