California-Planet-Search / radvel

General Toolkit for Modeling Radial Velocity Data
http://radvel.readthedocs.io
MIT License
57 stars 52 forks source link

radvel mcmc not working with numpy>=1.22 #364

Closed skyientist closed 1 year ago

skyientist commented 2 years ago

I updated numpy to version 1.22.2 and I keep getting 'numpy.config' has no attribute 'blas_opt_info'. I had to downgrade to numpy 1.21.3 to get radvel mcmc to work.

sblunt commented 2 years ago

Hey sorry for the delayed reply on this. I'm going to remove the piece of code that does this check in a forthcoming release. In the meantime, you can comment out lines 267-275 in mcmc.py. Stay tuned for a more complete solution in next version.

bjfultn commented 1 year ago

will be fixed in 1.4.11