Skip to content

Commit

Permalink
Update plotting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 14, 2023
1 parent 5c3d78f commit 633dddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aslprep/workflows/asl/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from aslprep.interfaces.ants import ApplyTransforms
from aslprep.interfaces.confounds import GatherCBFConfounds
from aslprep.interfaces.plotting import CBFByTissueTypePlot, CBFSummary
from aslprep.workflows.asl.confounds import init_carpetplot_wf
from aslprep.utils.misc import get_template_str
from aslprep.workflows.asl.confounds import init_carpetplot_wf


def init_plot_cbf_wf(
Expand Down Expand Up @@ -144,7 +144,7 @@ def init_plot_cbf_wf(
cifti_output=False,
name="cbf_carpetplot_wf",
)
carpetplot_wf.inputnode.inputs.dummy_scans = 0
carpetplot_wf.inputs.inputnode.dummy_scans = 0

# Create fake confounds file
create_cbf_confounds = pe.Node(
Expand Down

0 comments on commit 633dddc

Please sign in to comment.