Yu Chen

Results 1 issues of Yu Chen

https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations It says: `np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, use bool by itself. Doing this will not modify any behavior...