Skip to content

Commit

Permalink
Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Sep 30, 2023
1 parent 07c9200 commit 9b9cf44
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions ndarray/base/slice-assign/coverage.ndjson
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[218,218,100,12,12,100,1,1,100,218,218,100,"96076ff03dd2a72f44e9b0d623ce2dfc88dd2b11","2023-09-29 19:38:19 -0700"]
[218,218,100,12,12,100,1,1,100,218,218,100,"882f4e16d33cd7ab3a4dc900374df631aeec6cf8","2023-09-30 02:45:22 -0700"]
[218,218,100,12,12,100,1,1,100,218,218,100,"657a07f32040037dbc2d10d9429e1f8496895f46","2023-09-30 03:07:05 -0700"]
2 changes: 1 addition & 1 deletion ndarray/base/slice-assign/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../../../index.html">All files</a> ndarray/base/slice-assign/lib
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-09-30T09:55:01.595Z
at 2023-09-30T10:44:26.754Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion ndarray/base/slice-assign/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-09-30T09:55:01.595Z
at 2023-09-30T10:44:26.754Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down
4 changes: 2 additions & 2 deletions ndarray/base/slice-assign/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
} else {
throw new TypeError( format( 'invalid argument. Input array values cannot be safely cast to the output array data type. Data types: [%s, %s].', xdt, ydt ) );
}
// Resolve a mutable output array view:
// Resolve a writable output array view:
view = slice( y, s, strict, true );
&nbsp;
// Broadcast the input array:
Expand All @@ -487,7 +487,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2023-09-30T09:55:01.595Z
at 2023-09-30T10:44:26.754Z
</div>
<script src="../../../../prettify.js"></script>
<script>
Expand Down

0 comments on commit 9b9cf44

Please sign in to comment.