Skip to content

Commit 03699d5

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent c83c179 commit 03699d5

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ cwhere.ndarray( 3, condition, 2, 1, x, 2, 1, y, 2, 1, out, 1, 0 );
160160
## Notes
161161

162162
- If `N <= 0`, both functions return `out` unchanged.
163-
- The `condition` argument must be a [`BooleanArray`][@stdlib/array/bool].
164163

165164
</section>
166165

lib/node_modules/@stdlib/blas/ext/base/cwhere/src/addon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "stdlib/napi/argv_strided_booleanarray.h"
2626
#include "stdlib/napi/argv_strided_complex64array.h"
2727
#include <node_api.h>
28-
#include <stdbool.h>
2928

3029
/**
3130
* Receives JavaScript callback invocation data.

0 commit comments

Comments
 (0)