Closed neonfighter28 closed 1 year ago
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
With NumPy 1.20.0, np.float has been deprecated. This PR fixes all issues regarding np.float by replacing all instances of it with the inbuilt float function. All functionality should stay the same
Sorry, I missed the pull-request, and have fixed the problem myself. Thank you for pointing it out!
No problem, thank you for fixing it :)
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
With NumPy 1.20.0, np.float has been deprecated. This PR fixes all issues regarding np.float by replacing all instances of it with the inbuilt float function. All functionality should stay the same