Fix npy_bool signedness
From numpy's definition in https://github.com/numpy/numpy/blob/master/numpy/core/include/numpy/npy_common.h#L211 ```typedef unsigned char npy_bool;```
Showing
Please register or sign in to comment
From numpy's definition in https://github.com/numpy/numpy/blob/master/numpy/core/include/numpy/npy_common.h#L211 ```typedef unsigned char npy_bool;```