Skip to content

Commit

Permalink
nilearn deprecation for niftilabelsmakser import
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorabi59 committed Nov 16, 2023
1 parent b25a686 commit ca3f05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_analysis_dfc/data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def nifti2array(nifti_file,
and global signal regression
is applied.
'''
from nilearn.input_data import NiftiLabelsMasker
from nilearn.maskers import NiftiLabelsMasker
from nilearn import datasets
from nilearn.plotting import find_parcellation_cut_coords
from nilearn.interfaces.fmriprep import load_confounds
Expand Down

0 comments on commit ca3f05b

Please sign in to comment.