We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7f4bf commit 1e32235Copy full SHA for 1e32235
lib/node_modules/@stdlib/stats/nanmean/lib/main.js
@@ -30,9 +30,9 @@ var factory = require( '@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-fac
30
// VARIABLES //
31
32
var idtypes = dtypes( 'real_and_generic' );
33
-var odtypes = dtypes( 'real_and_generic' );
+var odtypes = dtypes( 'real_floating_point_and_generic' );
34
var policies = {
35
- 'output': 'same',
+ 'output': 'real_floating_point_and_generic',
36
'casting': 'none'
37
};
38
var table = {
0 commit comments