Skip to content

Commit

Permalink
Merge pull request #338 from ghisvail/patch-1
Browse files Browse the repository at this point in the history
[FIX] Use `scipy.interpolate` namespace
  • Loading branch information
zihuaihuai authored Sep 26, 2024
2 parents dad2c29 + 5184125 commit 34239aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainstat/mesh/interpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from brainspace.mesh.mesh_io import read_surface
from brainspace.vtk_interface.wrappers.data_object import BSPolyData
from nilearn.datasets import load_mni152_brain_mask
from scipy.interpolate.ndgriddata import LinearNDInterpolator, NearestNDInterpolator
from scipy.interpolate import LinearNDInterpolator, NearestNDInterpolator
from scipy.spatial import cKDTree

from brainstat._typing import ArrayLike
Expand Down

0 comments on commit 34239aa

Please sign in to comment.