Skip to content

Commit 53cb5ce

Browse files
authored
docs: fix data type
PR-URL: #7536 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 0935821 commit 53cb5ce

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/dger/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dger/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var discreteUniform = require( '@stdlib/random/array/discrete-uniform' );
2222
var dger = require( './../lib' );
2323

2424
var opts = {
25-
'dtype': 'float32'
25+
'dtype': 'float64'
2626
};
2727

2828
var M = 3;

0 commit comments

Comments
 (0)