pnlbwh / dMRIharmonization

Multi-site dMRI harmonization
Other
43 stars 14 forks source link

nibabel library: get_data() is deprecated, and we should start using get_fdata() instead. #87

Open suheyla2 opened 3 months ago

suheyla2 commented 3 months ago

The method get_data() was deprecated starting from version 3.0 of the nibabel library, and as of version 5.0, using it raises an ExpiredDeprecationError.