Skip to content

Commit 41ef40c

Browse files
committed
fix: lint
1 parent 08ea9e2 commit 41ef40c

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/stats/meankbn2

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/meankbn2/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ var x = array( [ 1.0, 2.0, -2.0, 4.0 ], {
8484
'shape': [ 2, 2 ],
8585
'order': 'row-major'
8686
});
87-
var v = ndarray2array( x );
8887
// returns <ndarray>[ [ 1.0, 2.0 ], [ -2.0, 4.0 ] ]
8988

9089
var y = meankbn2( x, {

0 commit comments

Comments
 (0)