Skip to content

Commit e89dbcf

Browse files
committed
Update artifacts
1 parent 2df79cb commit e89dbcf

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

ndarray/base/unary-reduce-strided1d-dispatch/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
[429,738,58.1301,4,4,100,0,5,0,429,738,58.1301,"539623214add7405c45c70f16ef7ab001f5dc0e0","2025-09-13 23:33:43 -0700"]
1515
[345,630,54.7619,3,3,100,0,4,0,345,630,54.7619,"5dde2ff115443aa143dd19022e5593e022401920","2025-09-14 02:50:10 -0700"]
1616
[345,630,54.7619,3,3,100,0,4,0,345,630,54.7619,"c520b5a0cae0c85e946f8a646e7cc8c01b3b5673","2025-11-25 11:36:31 -0600"]
17+
[345,630,54.7619,3,3,100,0,4,0,345,630,54.7619,"01ab29036205f4a0507133c1a4a7fd429bb7bd9e","2025-12-12 11:22:41 -0800"]

ndarray/base/unary-reduce-strided1d-dispatch/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1>All files</h1>
131131
<div class='footer quiet pad2 space-top1 center small'>
132132
Code coverage generated by
133133
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134-
at 2025-11-25T17:42:05.831Z
134+
at 2025-12-12T19:23:39.347Z
135135
</div>
136136
<script src="prettify.js"></script>
137137
<script>

ndarray/base/unary-reduce-strided1d-dispatch/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
253253
<div class='footer quiet pad2 space-top1 center small'>
254254
Code coverage generated by
255255
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
256-
at 2025-11-25T17:42:05.831Z
256+
at 2025-12-12T19:23:39.347Z
257257
</div>
258258
<script src="prettify.js"></script>
259259
<script>

ndarray/base/unary-reduce-strided1d-dispatch/main.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
10511051
var ndims = require( '@stdlib/ndarray/ndims' );
10521052
var getDType = require( '@stdlib/ndarray/base/dtype' );
10531053
var getOrder = require( '@stdlib/ndarray/base/order' );
1054-
var assign = require( '@stdlib/ndarray/base/assign' );
1054+
var ndarrayAssign = require( '@stdlib/ndarray/base/assign' );
10551055
var baseEmpty = require( '@stdlib/ndarray/base/empty' );
10561056
var empty = require( '@stdlib/ndarray/empty' );
10571057
var indicesComplement = require( '@stdlib/array/base/indices-complement' );
@@ -1303,7 +1303,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
13031303
<span class="cstat-no" title="statement not covered" > if ( xdt !== dt ) {</span>
13041304
<span class="cstat-no" title="statement not covered" > // TODO: replace the following logic with a call to `ndarray/base/(?maybe-)(cast|convert|copy)` or similar utility</span>
13051305
<span class="cstat-no" title="statement not covered" > tmp = baseEmpty( dt, shx, getOrder( x ) );</span>
1306-
<span class="cstat-no" title="statement not covered" > assign( [ x, tmp ] );</span>
1306+
<span class="cstat-no" title="statement not covered" > ndarrayAssign( [ x, tmp ] );</span>
13071307
<span class="cstat-no" title="statement not covered" > args[ 0 ] = tmp;</span>
13081308
<span class="cstat-no" title="statement not covered" > xdt = dt;</span>
13091309
<span class="cstat-no" title="statement not covered" > }</span>
@@ -1454,7 +1454,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
14541454
<span class="cstat-no" title="statement not covered" > if ( xdt !== dt ) {</span>
14551455
<span class="cstat-no" title="statement not covered" > // TODO: replace the following logic with a call to `ndarray/base/(?maybe-)(cast|convert|copy)` or similar utility</span>
14561456
<span class="cstat-no" title="statement not covered" > tmp = baseEmpty( dt, getShape( x ), getOrder( x ) );</span>
1457-
<span class="cstat-no" title="statement not covered" > assign( [ x, tmp ] );</span>
1457+
<span class="cstat-no" title="statement not covered" > ndarrayAssign( [ x, tmp ] );</span>
14581458
<span class="cstat-no" title="statement not covered" > args[ 0 ] = tmp;</span>
14591459
<span class="cstat-no" title="statement not covered" > xdt = dt;</span>
14601460
<span class="cstat-no" title="statement not covered" > }</span>
@@ -1483,7 +1483,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
14831483
<div class='footer quiet pad2 space-top1 center small'>
14841484
Code coverage generated by
14851485
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1486-
at 2025-11-25T17:42:05.831Z
1486+
at 2025-12-12T19:23:39.347Z
14871487
</div>
14881488
<script src="prettify.js"></script>
14891489
<script>

ndarray/base/unary-reduce-strided1d-dispatch/validate.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h1><a href="index.html">All files</a> validate.js</h1>
364364
<div class='footer quiet pad2 space-top1 center small'>
365365
Code coverage generated by
366366
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
367-
at 2025-11-25T17:42:05.831Z
367+
at 2025-12-12T19:23:39.347Z
368368
</div>
369369
<script src="prettify.js"></script>
370370
<script>

0 commit comments

Comments
 (0)