MICA-MNI / BrainStat

A statistics and context decoding toolbox for neuroimaging.
https://brainstat.readthedocs.io
Other
87 stars 21 forks source link

[FIX] Use `scipy.interpolate` namespace #338

Open ghisvail opened 1 year ago

ghisvail commented 1 year ago

Instead of the scipy.interpolate.ndgriddata namespace which is now deprecated.

ghisvail commented 1 year ago

As a bit of context, this was caught in Clinica's CI which depends on BrainStat for one of our pipelines.