markovmodel / PyEMMA

🚂 Python API for Emma's Markov Model Algorithms 🚂
http://pyemma.org
GNU Lesser General Public License v3.0
306 stars 119 forks source link

Substitute uses of numpy.bool with numpy.bool_ #1592

Closed evilsetg closed 1 year ago

evilsetg commented 1 year ago

Substitute uses of numpy.bool with numpy.bool Since NumPy 1.20 the usage of numpy.bool is deprecated. As a replacement `numpy.bool` can be used.

clonker commented 1 year ago

Thanks @evilsetg, I think I have to do some householding with numpy soon to get the test pipeline up and running again. Merging!:)