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 deprecation: np.int -> int; np.float -> float #20

Closed tomfrankkirk closed 1 year ago

tomfrankkirk commented 1 year ago

Resolves #19

Numpy > 1.22 has deprecated np.int and np.float dtypes which are just aliases for built-in int and float. On Numpy version 1.24 the deprecation raises an error.

mcraig-ibme commented 1 year ago

This has been fixed already by previous commits so closing