You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi y'all,
On import of neurmaps.parcellate.Parcellater with current nilearn versions, nilearn returns:
FutureWarning: The import path 'nilearn.input_data' is deprecated in version 0.9. Importing from 'nilearn.input_data' will be possible at least until release 0.13.0. Please import from 'nilearn.maskers' instead.
Fix:
Replace, e.g., neuromaps.parcellate line 7: from nilearn.input_data import NiftiLabelsMasker
with: from nilearn.maskers import NiftiLabelsMasker
Best,
Leon
Code of Conduct
I agree to follow the neuromaps Code of Conduct
The text was updated successfully, but these errors were encountered:
Description of issue
Hi y'all,
On import of
neurmaps.parcellate.Parcellater
with current nilearn versions, nilearn returns:Fix:
Replace, e.g., neuromaps.parcellate line 7:
from nilearn.input_data import NiftiLabelsMasker
with:
from nilearn.maskers import NiftiLabelsMasker
Best,
Leon
Code of Conduct
neuromaps
Code of ConductThe text was updated successfully, but these errors were encountered: