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
Describe the bug
When trying to plot a pyntcloud (pyntcloud 0.3.1), there is an attribute error.
AttributeError: ptp was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
Error thrown by matplotlib_backend (line 25): ptp = cloud.xyz.ptp()
To Reproduce
Steps to reproduce the behavior:
Use NumPy 2.0
Try to plot() a pyntcloud
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to plot a pyntcloud (pyntcloud 0.3.1), there is an attribute error.
AttributeError:
ptp
was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.Error thrown by matplotlib_backend (line 25): ptp = cloud.xyz.ptp()
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: