Skip to content

Commit 194f2f6

Browse files
committed
Update artifacts
1 parent 0bf4e6a commit 194f2f6

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

blas/ext/base/gwhere/accessors.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h1><a href="index.html">All files</a> accessors.js</h1>
325325
* Takes elements from one of two strided arrays depending on a condition.
326326
*
327327
* @private
328-
* @param {NonNegativeInteger} N - number of indexed elements
328+
* @param {PositiveInteger} N - number of indexed elements
329329
* @param {Object} condition - condition array object
330330
* @param {Collection} condition.data - condition array data
331331
* @param {Array&lt;Function&gt;} condition.accessors - array element accessors
@@ -415,7 +415,7 @@ <h1><a href="index.html">All files</a> accessors.js</h1>
415415
<div class='footer quiet pad2 space-top1 center small'>
416416
Code coverage generated by
417417
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
418-
at 2026-04-15T04:38:08.736Z
418+
at 2026-04-15T08:08:21.572Z
419419
</div>
420420
<script src="prettify.js"></script>
421421
<script>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[327,327,100,20,20,100,3,3,100,327,327,100,"66e919e35b49073b09638e6ec35ac272c04a07c1","2026-04-15 04:39:35"]
1+
[327,327,100,20,20,100,3,3,100,327,327,100,"5d4bc0532a4e974a940b585fbfd2bd262048d00f","2026-04-15 08:09:52"]

blas/ext/base/gwhere/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1>All files</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 2026-04-15T04:38:08.736Z
149+
at 2026-04-15T08:08:21.572Z
150150
</div>
151151
<script src="prettify.js"></script>
152152
<script>

blas/ext/base/gwhere/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
253253
<div class='footer quiet pad2 space-top1 center small'>
254254
Code coverage generated by
255255
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
256-
at 2026-04-15T04:38:08.736Z
256+
at 2026-04-15T08:08:21.572Z
257257
</div>
258258
<script src="prettify.js"></script>
259259
<script>

blas/ext/base/gwhere/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
212212
/**
213213
* Takes elements from one of two strided arrays depending on a condition.
214214
*
215-
* @param {NonNegativeInteger} N - number of indexed elements
215+
* @param {PositiveInteger} N - number of indexed elements
216216
* @param {Collection} condition - condition array
217217
* @param {integer} strideC - stride length for `condition`
218218
* @param {Collection} x - first input array
@@ -247,7 +247,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
247247
<div class='footer quiet pad2 space-top1 center small'>
248248
Code coverage generated by
249249
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
250-
at 2026-04-15T04:38:08.736Z
250+
at 2026-04-15T08:08:21.572Z
251251
</div>
252252
<script src="prettify.js"></script>
253253
<script>

blas/ext/base/gwhere/ndarray.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h1><a href="index.html">All files</a> ndarray.js</h1>
279279
/**
280280
* Takes elements from one of two strided arrays depending on a condition.
281281
*
282-
* @param {NonNegativeInteger} N - number of indexed elements
282+
* @param {PositiveInteger} N - number of indexed elements
283283
* @param {Collection} condition - condition array
284284
* @param {integer} strideC - stride length for `condition`
285285
* @param {NonNegativeInteger} offsetC - starting index for `condition`
@@ -346,7 +346,7 @@ <h1><a href="index.html">All files</a> ndarray.js</h1>
346346
<div class='footer quiet pad2 space-top1 center small'>
347347
Code coverage generated by
348348
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
349-
at 2026-04-15T04:38:08.736Z
349+
at 2026-04-15T08:08:21.572Z
350350
</div>
351351
<script src="prettify.js"></script>
352352
<script>

0 commit comments

Comments
 (0)