Skip to content

Commit 5311813

Browse files
authored
bench: fix dtype
Signed-off-by: Athan <[email protected]>
1 parent f72e47a commit 5311813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/smskmax/benchmark/benchmark.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var opts = {
3737
'skip': ( smskmax instanceof Error )
3838
};
3939
var uniformOptions = {
40-
'dtype': 'float64'
40+
'dtype': 'float32'
4141
};
4242
var bernoulliOptions = {
4343
'dtype': 'uint8'

0 commit comments

Comments
 (0)