from xcp_d.tests.tests import mock_config
from xcp_d import config
from xcp_d.workflows.bold.plotting import init_execsummary_functional_plots_wf

with mock_config():
    wf = init_execsummary_functional_plots_wf(
        preproc_nifti=None,
        t1w_available=True,
        t2w_available=True,
        mem_gb={"resampled": 1},
        name="execsummary_functional_plots_wf",
    )