AthenaEPI / dmipy

The open source toolbox for reproducible diffusion MRI-based microstructure estimation
MIT License
96 stars 30 forks source link

Bugfix setting allow_pickle=True for np.load() for numpy version >1.16.1 #60

Closed rutgerfick closed 5 years ago

rutgerfick commented 5 years ago

Probably fixes issue #58 for newer numpy versions, which set allow_pickle=False by default for security reasons. Before it was True by default, which is what prompted the error now.