Closed m-aguena closed 1 year ago
np.bool, which is being used in a lot of places in the code, has been deprecated since version 1.20.0. They recommend to just use bool.
np.bool
bool
Thanks for opening this issue! This indeed needs to be fixed. I'll open a PR soon.
np.bool
, which is being used in a lot of places in the code, has been deprecated since version 1.20.0. They recommend to just usebool
.