physimals / oxasl

Python based ASL pipeline based on oxford_asl
https://oxasl.readthedocs.io/
Apache License 2.0
5 stars 6 forks source link

NP deprecations #19

Closed tomfrankkirk closed 1 year ago

tomfrankkirk commented 1 year ago

np.int etc are now deprecated. Definitely crashing as of np 1.24.2. https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

tomfrankkirk commented 1 year ago

Also nibabel get_fdata() in favour of get_data()