Skip to content

Commit 4fd1811

Browse files
committed
Update artifacts
1 parent 68e41ee commit 4fd1811

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

ndarray/shift/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[156,156,100,11,11,100,1,1,100,156,156,100,"ce2121590d23de0e76c6e38fea121bc4fcac7c0e","2025-09-29 12:01:14 +0100"]
1+
[156,156,100,11,11,100,1,1,100,156,156,100,"4ae4fb4939d194f67cded8d626e3ca9cf46630dc","2025-09-29 19:58:44 +0500"]

ndarray/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/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-29T11:03:04.904Z
119+
at 2025-09-29T15:01:51.118Z
120120
</div>
121121
<script src="../../../prettify.js"></script>
122122
<script>

ndarray/shift/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/s
226226
* // returns [ &lt;ndarray&gt;, &lt;ndarray&gt; ]
227227
*
228228
* arr = ndarray2array( y[ 0 ] );
229-
* // returns [ [ 3.0, 4.0 ], [ 5.0, 6.0 ] ]
229+
* // returns [ [ 2.0 ], [ 4.0 ], [ 6.0 ] ]
230230
*
231231
* arr = ndarray2array( y[ 1 ] );
232-
* // returns [ [ 1.0, 2.0 ] ]
232+
* // returns [ [ 1.0 ], [ 3.0 ], [ 5.0 ] ]
233233
*/
234234
&nbsp;
235235
// MODULES //
@@ -247,7 +247,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/s
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-29T11:03:04.904Z
250+
at 2025-09-29T15:01:51.118Z
251251
</div>
252252
<script src="../../../prettify.js"></script>
253253
<script>

ndarray/shift/main.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,17 +320,17 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/s
320320
* // returns [ &lt;ndarray&gt;, &lt;ndarray&gt; ]
321321
*
322322
* arr = ndarray2array( y[ 0 ] );
323-
* // returns [ [ 3.0, 4.0 ], [ 5.0, 6.0 ] ]
323+
* // returns [ [ 2.0 ], [ 4.0 ], [ 6.0 ] ]
324324
*
325325
* arr = ndarray2array( y[ 1 ] );
326-
* // returns [ [ 1.0, 2.0 ] ]
326+
* // returns [ [ 1.0 ], [ 3.0 ], [ 5.0 ] ]
327327
*/
328328
function shift( x ) {
329329
var options;
330330
var opts;
331331
&nbsp;
332332
opts = {
333-
'dim': 0
333+
'dim': -1
334334
};
335335
if ( !isndarrayLike( x ) ) {
336336
throw new TypeError( format( 'invalid argument. First argument must be an ndarray. Value: `%s`.', x ) );
@@ -361,7 +361,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">ndarray/s
361361
<div class='footer quiet pad2 space-top1 center small'>
362362
Code coverage generated by
363363
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
364-
at 2025-09-29T11:03:04.904Z
364+
at 2025-09-29T15:01:51.118Z
365365
</div>
366366
<script src="../../../prettify.js"></script>
367367
<script>

0 commit comments

Comments
 (0)