Skip to content

Commit 4fddfd2

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent eba23cb commit 4fddfd2

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

lib/node_modules/@stdlib/blas/ext/to-sorted/benchmark/benchmark.assign.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ function createBenchmark( len ) {
5151
var y;
5252

5353
x = uniform( [ len ], -50.0, 50.0, options );
54-
y = zeros( [ len ], {
55-
'dtype': options.dtype
56-
});
54+
y = zeros( [ len ], options );
5755

5856
return benchmark;
5957

lib/node_modules/@stdlib/blas/ext/to-sorted/benchmark/benchmark.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ var options = {
4747
*/
4848
function createBenchmark( len ) {
4949
var x = uniform( [ len ], -50.0, 50.0, options );
50-
5150
return benchmark;
5251

5352
/**

0 commit comments

Comments
 (0)