imr-framework / pypulseq

Pulseq in Python
https://pypulseq.readthedocs.io
GNU Affero General Public License v3.0
112 stars 58 forks source link

Replace np.float with np.float64 #115

Closed btasdelen closed 1 year ago

btasdelen commented 1 year ago

np.float is deprecated in numpy 1.20. Replacing it with the equivalent np.float64.