Skip to content

Commit 49c27d2

Browse files
committed
Update artifacts
1 parent 5bf6cb7 commit 49c27d2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[124,124,100,3,3,100,1,1,100,124,124,100,"23fa0ed2d1b3aeb58a95d57ce6ac50224188d21b","2025-08-09 02:46:23 -0700"]
1+
[124,124,100,3,3,100,1,1,100,124,124,100,"9d5b3a9b12039072c04f3d26376606d49678b332","2025-08-09 02:47:07 -0700"]

blas/ext/base/ndarray/ssorthp/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> blas/ext/base/ndarray/s
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-08-09T09:47:56.741Z
119+
at 2025-08-09T09:49:34.401Z
120120
</div>
121121
<script src="../../../../../../prettify.js"></script>
122122
<script>

blas/ext/base/ndarray/ssorthp/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
229229
<div class='footer quiet pad2 space-top1 center small'>
230230
Code coverage generated by
231231
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
232-
at 2025-08-09T09:47:56.741Z
232+
at 2025-08-09T09:49:34.401Z
233233
</div>
234234
<script src="../../../../../../prettify.js"></script>
235235
<script>

blas/ext/base/ndarray/ssorthp/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
250250
* var ndarray = require( '@stdlib/ndarray/base/ctor' );
251251
*
252252
* var xbuf = new Float32Array( [ 1.0, -2.0, 3.0, -4.0 ] );
253-
* var x = new ndarray( 'generic', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
253+
* var x = new ndarray( 'float32', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
254254
*
255255
* var ord = scalar2ndarray( 1.0, {
256256
* 'dtype': 'generic'
@@ -283,7 +283,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
283283
<div class='footer quiet pad2 space-top1 center small'>
284284
Code coverage generated by
285285
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
286-
at 2025-08-09T09:47:56.741Z
286+
at 2025-08-09T09:49:34.401Z
287287
</div>
288288
<script src="../../../../../../prettify.js"></script>
289289
<script>

0 commit comments

Comments
 (0)