Skip to content

Commit 5b86404

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent e49d710 commit 5b86404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/mskmax/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var uniformOptions = {
3535
'dtype': 'generic'
3636
};
3737
var bernoulliOptions = {
38-
'dtype': 'uint8'
38+
'dtype': 'generic'
3939
};
4040

4141

lib/node_modules/@stdlib/stats/base/mskmax/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var uniformOptions = {
3535
'dtype': 'generic'
3636
};
3737
var bernoulliOptions = {
38-
'dtype': 'uint8'
38+
'dtype': 'generic'
3939
};
4040

4141

0 commit comments

Comments
 (0)