from xcp_d.tests.tests import mock_config
from xcp_d import config
from xcp_d.workflows.anatomical.plotting import init_execsummary_anatomical_plots_wf

with mock_config():
    wf = init_execsummary_anatomical_plots_wf(
        t1w_available=True,
        t2w_available=True,
        apply_template_mask=True,
    )