Skip to content

Commit 52a163a

Browse files
committed
Update artifacts
1 parent 3af06f1 commit 52a163a

File tree

4 files changed

+17
-14
lines changed

4 files changed

+17
-14
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[98,98,100,3,3,100,1,1,100,98,98,100,"8dd9b54e4471dd8f1545ef7c5bf030d9422efe51","2025-11-06 01:57:44 +0530"]
1+
[100,100,100,3,3,100,1,1,100,100,100,100,"281a5bc7894b4142a176694fce456af61f1020ba","2025-11-06 02:14:20 +0530"]

stats/base/ndarray/meanpn/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'>98/98</span>
28+
<span class='fraction'>100/100</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'>98/98</span>
49+
<span class='fraction'>100/100</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="43" class="abs high">43/43</td>
87+
<td data-value="45" class="abs high">45/45</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="43" class="abs high">43/43</td>
93+
<td data-value="45" class="abs high">45/45</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-11-05T20:29:16.748Z
119+
at 2025-11-05T20:47:03.835Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

stats/base/ndarray/meanpn/index.js.html

Lines changed: 10 additions & 7 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'>43/43</span>
28+
<span class='fraction'>45/45</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'>43/43</span>
49+
<span class='fraction'>45/45</span>
5050
</div>
5151

5252

@@ -106,7 +106,8 @@ <h1><a href="index.html">All files</a> index.js</h1>
106106
<a name='L41'></a><a href='#L41'>41</a>
107107
<a name='L42'></a><a href='#L42'>42</a>
108108
<a name='L43'></a><a href='#L43'>43</a>
109-
<a name='L44'></a><a href='#L44'>44</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
109+
<a name='L44'></a><a href='#L44'>44</a>
110+
<a name='L45'></a><a href='#L45'>45</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
110111
<span class="cline-any cline-yes">1x</span>
111112
<span class="cline-any cline-yes">1x</span>
112113
<span class="cline-any cline-yes">1x</span>
@@ -149,7 +150,8 @@ <h1><a href="index.html">All files</a> index.js</h1>
149150
<span class="cline-any cline-yes">1x</span>
150151
<span class="cline-any cline-yes">1x</span>
151152
<span class="cline-any cline-yes">1x</span>
152-
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">/**
153+
<span class="cline-any cline-yes">1x</span>
154+
<span class="cline-any cline-yes">1x</span></td><td class="text"><pre class="prettyprint lang-js">/**
153155
* @license Apache-2.0
154156
*
155157
* Copyright (c) 2025 The Stdlib Authors.
@@ -167,6 +169,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
167169
* limitations under the License.
168170
*/
169171
&nbsp;
172+
&nbsp;
170173
'use strict';
171174
&nbsp;
172175
/**
@@ -189,17 +192,17 @@ <h1><a href="index.html">All files</a> index.js</h1>
189192
&nbsp;
190193
var main = require( './main.js' );
191194
&nbsp;
195+
&nbsp;
192196
// EXPORTS //
193197
&nbsp;
194-
module.exports = main;
195-
&nbsp;</pre></td></tr></table></pre>
198+
module.exports = main;</pre></td></tr></table></pre>
196199

197200
<div class='push'></div><!-- for sticky footer -->
198201
</div><!-- /wrapper -->
199202
<div class='footer quiet pad2 space-top1 center small'>
200203
Code coverage generated by
201204
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
202-
at 2025-11-05T20:29:16.748Z
205+
at 2025-11-05T20:47:03.835Z
203206
</div>
204207
<script src="prettify.js"></script>
205208
<script>

stats/base/ndarray/meanpn/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
238238
<div class='footer quiet pad2 space-top1 center small'>
239239
Code coverage generated by
240240
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241-
at 2025-11-05T20:29:16.748Z
241+
at 2025-11-05T20:47:03.835Z
242242
</div>
243243
<script src="prettify.js"></script>
244244
<script>

0 commit comments

Comments
 (0)