Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 8, 2023
1 parent ebf56ed commit 8fde8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aslprep/workflows/asl/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
mem_gb=config.DEFAULT_MEMORY_MIN_GB,
run_without_submitting=True,
)
summary.inputs.dummy_scans = config.workflow.dummy_scans
summary.inputs.dummy_scans = config.workflow.dummy_vols

asl_derivatives_wf = init_asl_derivatives_wf(
bids_root=layout.root,
Expand All @@ -324,7 +324,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
aslcontext=run_data["aslcontext"],
name="initial_aslref_wf",
)
initial_aslref_wf.inputs.inputnode.dummy_scans = config.workflow.dummy_scans
initial_aslref_wf.inputs.inputnode.dummy_scans = config.workflow.dummy_vols

# fmt:off
workflow.connect([
Expand Down

0 comments on commit 8fde8d4

Please sign in to comment.