SIMEXP / load_confounds

Load fMRIprep confounds in python
MIT License
36 stars 12 forks source link

Can't load any strategy #157

Closed psymbio closed 1 year ago

psymbio commented 1 year ago

To receate the issue just run the Binder linked in the README (https://mybinder.org/v2/gh/SIMEXP/load_confounds/HEAD?filepath=demo%2Fload_confounds_demo.ipynb), the line:

from load_confounds import Params9

Results in an import error.

ImportError: cannot import name 'Params9' from 'load_confounds' (/srv/conda/envs/notebook/lib/python3.7/site-packages/load_confounds/__init__.py)
htwangtw commented 1 year ago

The project has been migrated to nilearn. Please read the warning message and direct to nilearn tutorials.