Skip to content

Commit 777c70a

Browse files
committed
Update artifacts
1 parent 9c28286 commit 777c70a

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

ndarray/flatten/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[414,414,100,28,28,100,1,1,100,414,414,100,"c860aae02bf18f5441a7bdc5e46d5248051cc9c7","2025-09-17 03:02:57 -0700"]
1+
[415,415,100,28,28,100,1,1,100,415,415,100,"375b190e00bdbd97ca1c87d32248307a4f643521","2025-09-17 03:04:39 -0700"]

ndarray/flatten/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1><a href="../../../index.html">All files</a> ndarray/flatten/lib</h1>
2525
<div class='fl pad1y space-right2'>
2626
<span class="strong">100% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>414/414</span>
28+
<span class='fraction'>415/415</span>
2929
</div>
3030

3131

@@ -46,7 +46,7 @@ <h1><a href="../../../index.html">All files</a> ndarray/flatten/lib</h1>
4646
<div class='fl pad1y space-right2'>
4747
<span class="strong">100% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>414/414</span>
49+
<span class='fraction'>415/415</span>
5050
</div>
5151

5252

@@ -99,13 +99,13 @@ <h1><a href="../../../index.html">All files</a> ndarray/flatten/lib</h1>
9999
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
100100
</td>
101101
<td data-value="100" class="pct high">100%</td>
102-
<td data-value="364" class="abs high">364/364</td>
102+
<td data-value="365" class="abs high">365/365</td>
103103
<td data-value="100" class="pct high">100%</td>
104104
<td data-value="27" class="abs high">27/27</td>
105105
<td data-value="100" class="pct high">100%</td>
106106
<td data-value="1" class="abs high">1/1</td>
107107
<td data-value="100" class="pct high">100%</td>
108-
<td data-value="364" class="abs high">364/364</td>
108+
<td data-value="365" class="abs high">365/365</td>
109109
</tr>
110110

111111
</tbody>
@@ -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:04:02.875Z
119+
at 2025-09-17T10:05:43.340Z
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:04:02.875Z
223+
at 2025-09-17T10:05:43.340Z
224224
</div>
225225
<script src="../../../prettify.js"></script>
226226
<script>

ndarray/flatten/main.js.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
2525
<div class='fl pad1y space-right2'>
2626
<span class="strong">100% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>364/364</span>
28+
<span class='fraction'>365/365</span>
2929
</div>
3030

3131

@@ -46,7 +46,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
4646
<div class='fl pad1y space-right2'>
4747
<span class="strong">100% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>364/364</span>
49+
<span class='fraction'>365/365</span>
5050
</div>
5151

5252

@@ -427,7 +427,9 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
427427
<a name='L362'></a><a href='#L362'>362</a>
428428
<a name='L363'></a><a href='#L363'>363</a>
429429
<a name='L364'></a><a href='#L364'>364</a>
430-
<a name='L365'></a><a href='#L365'>365</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
430+
<a name='L365'></a><a href='#L365'>365</a>
431+
<a name='L366'></a><a href='#L366'>366</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
432+
<span class="cline-any cline-yes">1x</span>
431433
<span class="cline-any cline-yes">1x</span>
432434
<span class="cline-any cline-yes">1x</span>
433435
<span class="cline-any cline-yes">1x</span>
@@ -847,6 +849,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
847849
* @param {Options} [options] - function options
848850
* @param {NonNegativeInteger} [options.depth] - maximum number of dimensions to flatten
849851
* @param {string} [options.order='row-major'] - order in which input ndarray elements should be flattened
852+
* @param {*} [options.dtype] - output ndarray data type
850853
* @throws {TypeError} first argument must be an ndarray-like object
851854
* @throws {TypeError} options argument must be an object
852855
* @throws {TypeError} must provide valid options
@@ -1089,8 +1092,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
10891092
&nbsp;
10901093
// Define default options:
10911094
opts = {
1092-
'depth': xsh.length, // by default, flatten to a one-dimensional ndarray
1093-
'order': ROW_MAJOR, // by default, flatten in lexicographic order (i.e., trailing dimensions first; e.g., if `x` is a matrix, flatten row-by-row)
1095+
'depth': xsh.length, // by default, flatten to a one-dimensional ndarray
1096+
'order': ROW_MAJOR, // by default, flatten in lexicographic order (i.e., trailing dimensions first; e.g., if `x` is a matrix, flatten row-by-row)
10941097
'dtype': getDType( x )
10951098
};
10961099
&nbsp;
@@ -1162,7 +1165,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
11621165
<div class='footer quiet pad2 space-top1 center small'>
11631166
Code coverage generated by
11641167
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1165-
at 2025-09-17T10:04:02.875Z
1168+
at 2025-09-17T10:05:43.340Z
11661169
</div>
11671170
<script src="../../../prettify.js"></script>
11681171
<script>

0 commit comments

Comments
 (0)