Skip to content

Commit 6253bcc

Browse files
committed
Update artifacts
1 parent de470af commit 6253bcc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[123,123,100,4,4,100,2,2,100,123,123,100,"38ffbcf477d13fc61fc87e77fadd806d617abb93","2025-11-11 01:31:42 +0530"]
1+
[123,123,100,4,4,100,2,2,100,123,123,100,"ff029cf03e59f64864fcb78ee98ca467b0e1bf03","2025-11-11 01:36:46 +0530"]

stats/base/ndarray/range-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-11-10T20:03:31.909Z
119+
at 2025-11-10T20:08:10.543Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

stats/base/ndarray/range-by/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
214214
<div class='footer quiet pad2 space-top1 center small'>
215215
Code coverage generated by
216216
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
217-
at 2025-11-10T20:03:31.909Z
217+
at 2025-11-10T20:08:10.543Z
218218
</div>
219219
<script src="prettify.js"></script>
220220
<script>

stats/base/ndarray/range-by/main.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,12 @@ <h1><a href="index.html">All files</a> main.js</h1>
245245
// MAIN //
246246
&nbsp;
247247
/**
248-
* Computes the maximum value of a one-dimensional ndarray via a callback function.
248+
* Computes the range of a one-dimensional ndarray via a callback function.
249249
*
250250
* @param {ArrayLikeObject&lt;Object&gt;} arrays - array-like object containing an input ndarray
251251
* @param {Function} clbk - callback function
252252
* @param {*} [thisArg] - callback execution context
253-
* @returns {number} maximum value
253+
* @returns {number} range
254254
*
255255
* @example
256256
* var ndarray = require( '@stdlib/ndarray/base/ctor' );
@@ -263,7 +263,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
263263
* var x = new ndarray( 'generic', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
264264
*
265265
* var v = rangeBy( [ x ], clbk );
266-
* // returns 8.0
266+
* // returns 6
267267
*/
268268
function rangeBy( arrays, clbk, thisArg ) {
269269
var x = arrays[ 0 ];
@@ -295,7 +295,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
295295
<div class='footer quiet pad2 space-top1 center small'>
296296
Code coverage generated by
297297
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
298-
at 2025-11-10T20:03:31.909Z
298+
at 2025-11-10T20:08:10.543Z
299299
</div>
300300
<script src="prettify.js"></script>
301301
<script>

0 commit comments

Comments
 (0)