Skip to content

Commit 0ead242

Browse files
committed
Update artifacts
1 parent 23eb8ba commit 0ead242

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[360,367,98.0926,32,36,88.8889,1,1,100,360,367,98.0926,"4e641d777d3cf50c3494aa959b1da4adcd42866a","2025-12-14 11:07:44 +0500"]
1+
[360,367,98.0926,32,36,88.8889,1,1,100,360,367,98.0926,"38c087465946c2e3c5468315250efd0fb811e02e","2025-12-17 19:49:09 +0500"]

ndarray/flatten-from-by/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</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-12-14T06:14:43.161Z
119+
at 2025-12-17T14:52:25.716Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

ndarray/flatten-from-by/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
188188
'use strict';
189189
&nbsp;
190190
/**
191-
* Flatten an ndarray from a specified dimension while applying a callback function to each element.
191+
* Flatten an ndarray according to a callback function starting from a specified dimension.
192192
*
193193
* @module @stdlib/ndarray/flatten-from-by
194194
*
@@ -226,7 +226,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
226226
<div class='footer quiet pad2 space-top1 center small'>
227227
Code coverage generated by
228228
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
229-
at 2025-12-14T06:14:43.161Z
229+
at 2025-12-17T14:52:25.716Z
230230
</div>
231231
<script src="prettify.js"></script>
232232
<script>

ndarray/flatten-from-by/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
745745
// MAIN //
746746
&nbsp;
747747
/**
748-
* Flattens an ndarray from a specified dimension while applying a callback function to each element.
748+
* Flattens an ndarray according to a callback function starting from a specified dimension.
749749
*
750750
* @param {ndarray} x - input ndarray
751751
* @param {integer} dim - dimension to start flattening from
@@ -1015,7 +1015,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
10151015
<div class='footer quiet pad2 space-top1 center small'>
10161016
Code coverage generated by
10171017
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1018-
at 2025-12-14T06:14:43.161Z
1018+
at 2025-12-17T14:52:25.716Z
10191019
</div>
10201020
<script src="prettify.js"></script>
10211021
<script>

0 commit comments

Comments
 (0)