Skip to content

Commit 7822b01

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6f51c47 commit 7822b01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/blas/ext/base/swhere

lib/node_modules/@stdlib/blas/ext/base/swhere/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,12 @@ var cbuf = bernoulli( 20, 0.5, {
180180
});
181181
var condition = new BooleanArray( cbuf.buffer );
182182
console.log( condition );
183+
183184
var x = uniform( 20, 0.0, 100.0, {
184185
'dtype': 'float32'
185186
});
186187
console.log( x );
188+
187189
var y = uniform( 20, -100.0, 0.0, {
188190
'dtype': 'float32'
189191
});

0 commit comments

Comments
 (0)