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

with mock_config():
    wf = init_qc_report_wf(
        TR=0.5,
        head_radius=50,
        mem_gb={"bold": 1.0, "volume": 0.1},
        name="qc_report_wf",
    )