Skip to content

Commit b8075f9

Browse files
committed
Update artifacts
1 parent 777c70a commit b8075f9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ndarray/flatten/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[415,415,100,28,28,100,1,1,100,415,415,100,"375b190e00bdbd97ca1c87d32248307a4f643521","2025-09-17 03:04:39 -0700"]
1+
[415,415,100,28,28,100,1,1,100,415,415,100,"3146bc0944fc981448bcafd4d45f62a12bcfc594","2025-09-17 03:05:56 -0700"]

ndarray/flatten/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> ndarray/flatten/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 2025-09-17T10:05:43.340Z
119+
at 2025-09-17T10:07:04.458Z
120120
</div>
121121
<script src="../../../prettify.js"></script>
122122
<script>

ndarray/flatten/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">ndarray/f
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 2025-09-17T10:05:43.340Z
223+
at 2025-09-17T10:07:04.458Z
224224
</div>
225225
<script src="../../../prettify.js"></script>
226226
<script>

ndarray/flatten/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
11461146
&nbsp;
11471147
// Create a view on top of output ndarray having the same shape as the input ndarray:
11481148
st = ( xsh.length &gt; 0 ) ? shape2strides( xsh, opts.order ) : [ 0 ];
1149-
view = ndarray( getDType( y ), getData( y ), xsh, st, 0, opts.order );
1149+
view = ndarray( opts.dtype, getData( y ), xsh, st, 0, opts.order );
11501150
&nbsp;
11511151
// Copy elements to the output ndarray:
11521152
assign( [ x, view ] );
@@ -1165,7 +1165,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
11651165
<div class='footer quiet pad2 space-top1 center small'>
11661166
Code coverage generated by
11671167
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1168-
at 2025-09-17T10:05:43.340Z
1168+
at 2025-09-17T10:07:04.458Z
11691169
</div>
11701170
<script src="../../../prettify.js"></script>
11711171
<script>

0 commit comments

Comments
 (0)