You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to run an example that uses the visualisation I get errors, because numpy's mat was removed in numpy 2.0:
AttributeError: `np.mat` was removed in the NumPy 2.0 release. Use `np.asmatrix` instead.. Did you mean: '_mat'?
The text was updated successfully, but these errors were encountered:
weidtn
changed the title
Visulaization does not wot work because np.mat is removed
Visualisation does not wot work because np.mat is removed
Aug 14, 2024
Whenever I try to run an example that uses the visualisation I get errors, because numpy's mat was removed in numpy 2.0:
The text was updated successfully, but these errors were encountered: