Skip to content

Commit 76592da

Browse files
committed
Update artifacts
1 parent 7189b8d commit 76592da

30 files changed

+46
-41
lines changed

ndarray/count-falsy/assign.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
358358
* 'dtype': 'int32'
359359
* });
360360
*
361-
* // Perform operation:
361+
* // Perform reduction:
362362
* var out = assign( x, y );
363363
* // returns &lt;ndarray&gt;
364364
*
@@ -403,7 +403,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
403403
<div class='footer quiet pad2 space-top1 center small'>
404404
Code coverage generated by
405405
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
406-
at 2025-05-31T09:37:55.792Z
406+
at 2025-05-31T20:59:05.186Z
407407
</div>
408408
<script src="../../../prettify.js"></script>
409409
<script>

ndarray/count-falsy/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[339,442,76.6968,4,4,100,0,3,0,339,442,76.6968,"be08665312b7e55f04365176a4f6ea75aad8c70d","2025-05-31 01:49:01 -0700"]
2+
[339,442,76.6968,4,4,100,0,3,0,339,442,76.6968,"4f413178393495c6fb1a25d9ebcfd90132013ea5","2025-05-31 13:57:25 -0700"]

ndarray/count-falsy/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../index.html">All files</a> ndarray/count-falsy/lib</h1>
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-05-31T09:37:55.792Z
149+
at 2025-05-31T20:59:05.186Z
150150
</div>
151151
<script src="../../../prettify.js"></script>
152152
<script>

ndarray/count-falsy/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
314314
* // Create an input ndarray:
315315
* var x = new ndarray( 'float64', xbuf, sh, sx, ox, 'row-major' );
316316
*
317-
* // Perform operation:
317+
* // Perform reduction:
318318
* var out = countFalsy( x );
319319
* // returns &lt;ndarray&gt;
320320
*
@@ -347,7 +347,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
347347
* 'dtype': 'int32'
348348
* });
349349
*
350-
* // Perform operation:
350+
* // Perform reduction:
351351
* var out = countFalsy.assign( x, y );
352352
* // returns &lt;ndarray&gt;
353353
*
@@ -379,7 +379,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
379379
<div class='footer quiet pad2 space-top1 center small'>
380380
Code coverage generated by
381381
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
382-
at 2025-05-31T09:37:55.792Z
382+
at 2025-05-31T20:59:05.186Z
383383
</div>
384384
<script src="../../../prettify.js"></script>
385385
<script>

ndarray/count-falsy/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
418418
* // Create an input ndarray:
419419
* var x = new ndarray( 'float64', xbuf, sh, sx, ox, 'row-major' );
420420
*
421-
* // Perform operation:
421+
* // Perform reduction:
422422
* var out = countFalsy( x );
423423
* // returns &lt;ndarray&gt;
424424
*
@@ -484,7 +484,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
484484
<div class='footer quiet pad2 space-top1 center small'>
485485
Code coverage generated by
486486
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
487-
at 2025-05-31T09:37:55.792Z
487+
at 2025-05-31T20:59:05.186Z
488488
</div>
489489
<script src="../../../prettify.js"></script>
490490
<script>

ndarray/count-falsy/validate.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
340340
<div class='footer quiet pad2 space-top1 center small'>
341341
Code coverage generated by
342342
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
343-
at 2025-05-31T09:37:55.792Z
343+
at 2025-05-31T20:59:05.186Z
344344
</div>
345345
<script src="../../../prettify.js"></script>
346346
<script>

ndarray/count-if/assign.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
452452
* 'dtype': 'int32'
453453
* });
454454
*
455-
* // Perform operation:
455+
* // Perform reduction:
456456
* var out = assign( x, y, predicate );
457457
* // returns &lt;ndarray&gt;
458458
*
@@ -532,7 +532,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
532532
<div class='footer quiet pad2 space-top1 center small'>
533533
Code coverage generated by
534534
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
535-
at 2025-05-31T09:37:58.477Z
535+
at 2025-05-31T20:59:08.061Z
536536
</div>
537537
<script src="../../../prettify.js"></script>
538538
<script>

ndarray/count-if/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[363,536,67.7239,4,4,100,0,3,0,363,536,67.7239,"be08665312b7e55f04365176a4f6ea75aad8c70d","2025-05-31 01:49:01 -0700"]
2+
[363,536,67.7239,4,4,100,0,3,0,363,536,67.7239,"4f413178393495c6fb1a25d9ebcfd90132013ea5","2025-05-31 13:57:25 -0700"]

ndarray/count-if/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../index.html">All files</a> ndarray/count-if/lib</h1>
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2025-05-31T09:37:58.477Z
149+
at 2025-05-31T20:59:08.061Z
150150
</div>
151151
<script src="../../../prettify.js"></script>
152152
<script>

ndarray/count-if/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
334334
* // Create an input ndarray:
335335
* var x = new ndarray( 'float64', xbuf, sh, sx, ox, 'row-major' );
336336
*
337-
* // Perform operation:
337+
* // Perform reduction:
338338
* var out = countIf( x, predicate );
339339
* // returns &lt;ndarray&gt;
340340
*
@@ -371,7 +371,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
371371
* 'dtype': 'int32'
372372
* });
373373
*
374-
* // Perform operation:
374+
* // Perform reduction:
375375
* var out = countIf.assign( x, y, predicate );
376376
* // returns &lt;ndarray&gt;
377377
*
@@ -403,7 +403,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/c
403403
<div class='footer quiet pad2 space-top1 center small'>
404404
Code coverage generated by
405405
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
406-
at 2025-05-31T09:37:58.477Z
406+
at 2025-05-31T20:59:08.061Z
407407
</div>
408408
<script src="../../../prettify.js"></script>
409409
<script>

0 commit comments

Comments
 (0)