Coverage for nilearn/interfaces/fmriprep/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.9.1, created at 2025-06-16 12:32 +0200

1"""The :mod:`nilearn.interfaces.fmriprep` module includes tools to preprocess \ 

2neuroimaging data and access :term:`fMRIPrep` generated confounds. 

3""" 

4 

5from .load_confounds import load_confounds 

6from .load_confounds_strategy import load_confounds_strategy 

7 

8__all__ = [ 

9 "load_confounds", 

10 "load_confounds_strategy", 

11]