Skip to content

Commit e7c000e

Browse files
authored
Update dnanmskrange.js
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent 54ad16b commit e7c000e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanmskrange/lib/dnanmskrange.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var ndarray = require( './ndarray.js' );
4747
* // returns 4.0
4848
*/
4949
function dnanmskrange( N, x, strideX, mask, strideMask ) {
50-
return ndarray(N, x, strideX, stride2offset( N, strideX ), mask, strideMask, stride2offset( N, strideMask ) ); // eslint-disable-line max-len
50+
return ndarray( N, x, strideX, stride2offset( N, strideX ), mask, strideMask, stride2offset( N, strideMask ) ); // eslint-disable-line max-len
5151
}
5252

5353

0 commit comments

Comments
 (0)