Pranavkhade / PACKMAN

PACKMAN: PACKing and Motion ANalysis
Other
33 stars 7 forks source link

NumPy 2.0 np.mat to np.asmatrix change #61

Closed Pranavkhade closed 2 months ago

Pranavkhade commented 2 months ago

FAILED packman/tests/utilities/test_utilities.py::Test_Utilities::test_superimpose - AttributeError: np.mat was removed in the NumPy 2.0 release. Use np.asmatrix instead.

Pranavkhade commented 2 months ago

Fix added on the dev branch: https://github.com/Pranavkhade/PACKMAN/commit/7ac6f9c0b13ca2a8d2e9af6a1be7832bf179415f

Pranavkhade commented 2 months ago

Resolved in v1.4.13