Skip to content

Commit 151a07f

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent df23b30 commit 151a07f

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/mskmax/examples

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/mskmax/examples/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ var x = uniform( 10, -50.0, 50.0, {
2626
'dtype': 'float64'
2727
});
2828
console.log( x );
29+
2930
var mask = bernoulli( x.length, 0.2, {
3031
'dtype': 'uint8'
3132
});

0 commit comments

Comments
 (0)