Skip to content

Commit 162ba3e

Browse files
committed
Update artifacts
1 parent ef5c11f commit 162ba3e

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-
[200,201,99.5025,20,21,95.2381,1,1,100,200,201,99.5025,"d0c2a3b79080a01a49ed1a2c84ab602bb1732d98","2025-09-07 13:13:22 -0700"]
1+
[200,201,99.5025,20,21,95.2381,1,1,100,200,201,99.5025,"eee3f896ad45683dcadd2724776854e171f8dc75","2025-09-07 13:16:24 -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-07T20:14:30.745Z
119+
at 2025-09-07T20:17:26.049Z
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-07T20:14:30.745Z
223+
at 2025-09-07T20:17:26.049Z
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
@@ -412,7 +412,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
412412
* @param {ndarray} x - input ndarray
413413
* @param {Object} [options] - function options
414414
* @param {NonNegativeInteger} [options.depth] - number of dimensions to flatten
415-
* @param {String} [options.order] - order of the output ndarray
415+
* @param {string} [options.order='row-major'] - order in which input ndarray elements are flattened
416416
* @throws {TypeError} first argument must be an ndarray-like object
417417
* @throws {TypeError} options argument must be an object
418418
* @throws {TypeError} options.depth must be a nonnegative integer
@@ -523,7 +523,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/f
523523
<div class='footer quiet pad2 space-top1 center small'>
524524
Code coverage generated by
525525
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
526-
at 2025-09-07T20:14:30.745Z
526+
at 2025-09-07T20:17:26.049Z
527527
</div>
528528
<script src="../../../prettify.js"></script>
529529
<script>

0 commit comments

Comments
 (0)