Skip to content

Commit f1884a3

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/ssorthp/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/ssorthp/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ssorthp = require( './../lib' );
3232
// VARIABLES //
3333

3434
var options = {
35-
'dtype': 'generic'
35+
'dtype': 'float32'
3636
};
3737

3838

0 commit comments

Comments
 (0)