from xcp_d.tests.tests import mock_config
from xcp_d import config
from xcp_d.workflows.parcellation import init_parcellate_cifti_wf

with mock_config():
    wf = init_parcellate_cifti_wf(mem_gb={"bold": 2, "volume": 1})