Skip to content

Commit 7a97172

Browse files
committed
Update artifacts
1 parent 42fe015 commit 7a97172

File tree

4 files changed

+13
-19
lines changed

4 files changed

+13
-19
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[117,117,100,5,5,100,1,1,100,117,117,100,"a65bc4363ab3809beec0d42bddc3a206d3620480","2025-12-18 22:33:31 +0530"]
1+
[115,115,100,5,5,100,1,1,100,115,115,100,"5c7a0d5b0984c4206b68d65f29ea61be6195bdc4","2025-12-19 17:56:15 +0530"]

blas/ext/base/ndarray/gapx/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>All files</h1>
2525
<div class='fl pad1y space-right2'>
2626
<span class="strong">100% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>117/117</span>
28+
<span class='fraction'>115/115</span>
2929
</div>
3030

3131

@@ -46,7 +46,7 @@ <h1>All files</h1>
4646
<div class='fl pad1y space-right2'>
4747
<span class="strong">100% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>117/117</span>
49+
<span class='fraction'>115/115</span>
5050
</div>
5151

5252

@@ -84,13 +84,13 @@ <h1>All files</h1>
8484
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
8585
</td>
8686
<td data-value="100" class="pct high">100%</td>
87-
<td data-value="46" class="abs high">46/46</td>
87+
<td data-value="44" class="abs high">44/44</td>
8888
<td data-value="100" class="pct high">100%</td>
8989
<td data-value="1" class="abs high">1/1</td>
9090
<td data-value="100" class="pct high">100%</td>
9191
<td data-value="0" class="abs high">0/0</td>
9292
<td data-value="100" class="pct high">100%</td>
93-
<td data-value="46" class="abs high">46/46</td>
93+
<td data-value="44" class="abs high">44/44</td>
9494
</tr>
9595

9696
<tr>
@@ -116,7 +116,7 @@ <h1>All files</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-12-18T17:06:15.975Z
119+
at 2025-12-19T12:27:39.314Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

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

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
2525
<div class='fl pad1y space-right2'>
2626
<span class="strong">100% </span>
2727
<span class="quiet">Statements</span>
28-
<span class='fraction'>46/46</span>
28+
<span class='fraction'>44/44</span>
2929
</div>
3030

3131

@@ -46,7 +46,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
4646
<div class='fl pad1y space-right2'>
4747
<span class="strong">100% </span>
4848
<span class="quiet">Lines</span>
49-
<span class='fraction'>46/46</span>
49+
<span class='fraction'>44/44</span>
5050
</div>
5151

5252

@@ -107,11 +107,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
107107
<a name='L42'></a><a href='#L42'>42</a>
108108
<a name='L43'></a><a href='#L43'>43</a>
109109
<a name='L44'></a><a href='#L44'>44</a>
110-
<a name='L45'></a><a href='#L45'>45</a>
111-
<a name='L46'></a><a href='#L46'>46</a>
112-
<a name='L47'></a><a href='#L47'>47</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
113-
<span class="cline-any cline-yes">1x</span>
114-
<span class="cline-any cline-yes">1x</span>
110+
<a name='L45'></a><a href='#L45'>45</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
115111
<span class="cline-any cline-yes">1x</span>
116112
<span class="cline-any cline-yes">1x</span>
117113
<span class="cline-any cline-yes">1x</span>
@@ -187,10 +183,8 @@ <h1><a href="index.html">All files</a> index.js</h1>
187183
* var xbuf = [ 1.0, 2.0, 3.0, 4.0 ];
188184
* var x = new ndarray( 'generic', xbuf, [ 4 ], [ 1 ], 0, 'row-major' );
189185
*
190-
* gapx( x, 5.0 );
191-
*
192-
* var y = x.data;
193-
* // returns [ 6.0, 7.0, 8.0, 9.0 ]
186+
* var out = gapx( x, 5.0 );
187+
* // returns &lt;ndarray&gt;[ 6.0, 7.0, 8.0, 9.0 ]
194188
*/
195189
&nbsp;
196190
// MODULES //
@@ -208,7 +202,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
208202
<div class='footer quiet pad2 space-top1 center small'>
209203
Code coverage generated by
210204
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
211-
at 2025-12-18T17:06:15.975Z
205+
at 2025-12-19T12:27:39.314Z
212206
</div>
213207
<script src="prettify.js"></script>
214208
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
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-12-18T17:06:15.975Z
286+
at 2025-12-19T12:27:39.314Z
287287
</div>
288288
<script src="prettify.js"></script>
289289
<script>

0 commit comments

Comments
 (0)