Skip to content

Commit 3637e7a

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 34ba32f commit 3637e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/nanmin-by/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function rand() {
6464
* @returns {Function} benchmark function
6565
*/
6666
function createBenchmark( len ) {
67-
var x = filledarrayBy( len, 'float64', rand );
67+
var x = filledarrayBy( len, 'generic', rand );
6868
return benchmark;
6969

7070
function benchmark( b ) {

lib/node_modules/@stdlib/stats/base/nanmin-by/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function rand() {
6464
* @returns {Function} benchmark function
6565
*/
6666
function createBenchmark( len ) {
67-
var x = filledarrayBy( len, 'float64', rand );
67+
var x = filledarrayBy( len, 'generic', rand );
6868
return benchmark;
6969

7070
function benchmark( b ) {

0 commit comments

Comments
 (0)