thomas-haslwanter / scikit-kinematics

Python functions for working with 3D kinematics.
Other
126 stars 45 forks source link

use float instead of np.float #47

Closed neonfighter28 closed 1 year ago

neonfighter28 commented 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

thomas-haslwanter commented 1 year ago

Sorry, I missed the pull-request, and have fixed the problem myself. Thank you for pointing it out!

neonfighter28 commented 1 year ago

No problem, thank you for fixing it :)