Skip to content

Commit e22bf86

Browse files
committed
Update artifacts
1 parent a3ead4f commit e22bf86

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ndarray/base/shift/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[151,151,100,4,4,100,1,1,100,151,151,100,"baf2515f24f7f89c80afab561046bd85f3c59f27","2025-09-21 19:07:50 +0500"]
1+
[151,151,100,4,4,100,1,1,100,151,151,100,"f0ec0b4f0c042aef840d2c82968042119392cd43","2025-09-21 19:13:21 +0500"]

ndarray/base/shift/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/base/shift/lib</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-09-21T14:13:23.618Z
119+
at 2025-09-21T14:14:24.590Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

ndarray/base/shift/index.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,17 +219,17 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
219219
* var x = ndarray( 'generic', buffer, shape, strides, offset, 'row-major' );
220220
* // returns &lt;ndarray&gt;
221221
*
222-
* var sh = x.shape;
223-
* // returns [ 3, 2 ]
224-
*
225222
* var arr = ndarray2array( x );
226223
* // returns [ [ 1.0, 2.0 ], [ 3.0, 4.0 ], [ 5.0, 6.0 ] ]
227224
*
228225
* var y = shift( x, 0, false, false );
226+
* // returns [ &lt;ndarray&gt;, &lt;ndarray&gt; ]
229227
*
230228
* arr = ndarray2array( y[ 0 ] );
229+
* // returns [ [ 3, 4 ], [ 5, 6 ] ]
231230
*
232231
* arr = ndarray2array( y[ 1 ] );
232+
* // returns [ [ 1, 2 ] ]
233233
*/
234234
&nbsp;
235235
// MODULES //
@@ -247,7 +247,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
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 2025-09-21T14:13:23.618Z
250+
at 2025-09-21T14:14:24.590Z
251251
</div>
252252
<script src="../../../../prettify.js"></script>
253253
<script>

ndarray/base/shift/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
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 2025-09-21T14:13:23.618Z
349+
at 2025-09-21T14:14:24.590Z
350350
</div>
351351
<script src="../../../../prettify.js"></script>
352352
<script>

0 commit comments

Comments
 (0)