Skip to content

Commit 9810d84

Browse files
committed
Update artifacts
1 parent bdd86aa commit 9810d84

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-
[137,142,96.4789,18,20,90,1,1,100,137,142,96.4789,"2144ea7696e9ba1c9ff3cdec1124cc5538d1aa3c","2025-09-07 18:45:03 -0700"]
1+
[137,142,96.4789,18,20,90,1,1,100,137,142,96.4789,"de110c6bc714b2cc2af4212a82eea0e37b2e999f","2025-09-07 19:34:40 -0700"]

ndarray/base/binary-input-casting-dtype/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/binary-input-cas
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-08T01:47:35.146Z
119+
at 2025-09-08T02:36:05.627Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

ndarray/base/binary-input-casting-dtype/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
190190
<div class='footer quiet pad2 space-top1 center small'>
191191
Code coverage generated by
192192
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
193-
at 2025-09-08T01:47:35.146Z
193+
at 2025-09-08T02:36:05.627Z
194194
</div>
195195
<script src="../../../../prettify.js"></script>
196196
<script>

ndarray/base/binary-input-casting-dtype/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
342342
return dt;
343343
}
344344
if ( policy === 'accumulation' ) {
345-
// When the accumulation policy is 'accumulation', we consider the input ndarray data type in isolation, irrespective of the output data type or the data types of additional input ndarrays...
345+
// When the casting policy is 'accumulation', we consider the input ndarray data type in isolation, irrespective of the output data type or the data types of additional input ndarrays...
346346
&nbsp;
347347
// If an input data type is floating-point, allow accumulation in that data type as overflow/underflow is handled naturally as a built-in feature of that data type...
348348
if ( isFloatingPointDataType( idtype1 ) || idtype1 === 'generic' ) { // NOTE: we may want to revisit this in the future for float16/complex32, where the value range is much more limited
@@ -376,7 +376,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
376376
<div class='footer quiet pad2 space-top1 center small'>
377377
Code coverage generated by
378378
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
379-
at 2025-09-08T01:47:35.146Z
379+
at 2025-09-08T02:36:05.627Z
380380
</div>
381381
<script src="../../../../prettify.js"></script>
382382
<script>

0 commit comments

Comments
 (0)