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
Run all cells. Cell 3 fails with: AttributeError: ptp was removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
The text was updated successfully, but these errors were encountered:
mdvthu
changed the title
ndarray.pip() interface deprecated and needs to be replaced with np.ptp()
ndarray.ptp() interface deprecated and needs to be replaced with np.ptp()
Jul 31, 2024
mdvthu
pushed a commit
to mdvthu/SpineNet
that referenced
this issue
Jul 31, 2024
To recreate, create a fresh install, using latest libraries:
open tutorials/01-quickstart.ipynb in jupyter lab
Run all cells. Cell 3 fails with:
AttributeError:
ptpwas removed from the ndarray class in NumPy 2.0. Use np.ptp(arr, ...) instead.
The text was updated successfully, but these errors were encountered: