skyportal / gwemopt

Gravitational-wave Electromagnetic Optimization
GNU General Public License v3.0
19 stars 34 forks source link

Numpy 1.24 incompatibility #76

Closed robertdstein closed 1 year ago

robertdstein commented 1 year ago

I'm encountering more numpy v1.24/"np.float" bugs depending on what options I use. One example: https://github.com/mcoughlin/gwemopt/blob/e063934f58d132dd585d5a14cb0802507f4bc487/gwemopt/utils.py#L1123

I will try and PR these as I go, but I suspect there might be more buried in the code. As far as I know, there are no CI/unit tests to catch these.