from xcp_d.tests.tests import mock_config
from xcp_d import config
from xcp_d.workflows.anatomical.volume import init_postprocess_anat_wf

with mock_config():
    wf = init_postprocess_anat_wf(
        t1w_available=True,
        t2w_available=True,
        target_space="MNI152NLin6Asym",
        name="postprocess_anat_wf",
    )