LSSTDESC / gcr-catalogs

A Python module that provides a unified interface to access mock galaxy catalogs and more for the LSST DESC
https://github.com/LSSTDESC/gcr-catalogs
BSD 3-Clause "New" or "Revised" License
26 stars 20 forks source link

Numpy bool is deprecated #612

Closed m-aguena closed 1 year ago

m-aguena commented 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.

yymao commented 1 year ago

Thanks for opening this issue! This indeed needs to be fixed. I'll open a PR soon.