Skip to content

Commit 281ca9c

Browse files
committed
Update artifacts
1 parent 92d4d9d commit 281ca9c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[283,283,100,33,33,100,4,4,100,283,283,100,"13e541dfc4575b580811f6b2e6442f6ea5e6237a","2024-08-11 02:08:09 -0700"]
2+
[283,283,100,33,33,100,4,4,100,283,283,100,"7a4424bd81e212e9c7534520213b696c0c64c644","2024-08-11 02:48:40 -0700"]

ndarray/iter/subarrays/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/iter/subarrays/lib</h
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 2024-08-11T09:11:32.413Z
119+
at 2024-08-11T09:50:24.069Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

ndarray/iter/subarrays/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2024-08-11T09:11:32.413Z
247+
at 2024-08-11T09:50:24.069Z
248248
</div>
249249
<script src="../../../../prettify.js"></script>
250250
<script>

ndarray/iter/subarrays/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
693693
j = ( idx[ dim ] + 1 ) % S;
694694
idx[ dim ] = j;
695695
if ( j === 0 ) {
696-
// If we've iterated over all the matrices in the current stack, move on to the next set of matrices:
696+
// If we've iterated over all the subarrays in the current stack, move on to the next set of subarrays:
697697
idx = nextCartesianIndex( shape, 'row-major', idx, dim-1, idx );
698698
}
699699
// Return the next slice:
@@ -745,7 +745,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
745745
<div class='footer quiet pad2 space-top1 center small'>
746746
Code coverage generated by
747747
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
748-
at 2024-08-11T09:11:32.413Z
748+
at 2024-08-11T09:50:24.069Z
749749
</div>
750750
<script src="../../../../prettify.js"></script>
751751
<script>

0 commit comments

Comments
 (0)