Skip to content

Commit 8fde8d4

Browse files
committed
Update base.py
1 parent ebf56ed commit 8fde8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aslprep/workflows/asl/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
297297
mem_gb=config.DEFAULT_MEMORY_MIN_GB,
298298
run_without_submitting=True,
299299
)
300-
summary.inputs.dummy_scans = config.workflow.dummy_scans
300+
summary.inputs.dummy_scans = config.workflow.dummy_vols
301301

302302
asl_derivatives_wf = init_asl_derivatives_wf(
303303
bids_root=layout.root,
@@ -324,7 +324,7 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False):
324324
aslcontext=run_data["aslcontext"],
325325
name="initial_aslref_wf",
326326
)
327-
initial_aslref_wf.inputs.inputnode.dummy_scans = config.workflow.dummy_scans
327+
initial_aslref_wf.inputs.inputnode.dummy_scans = config.workflow.dummy_vols
328328

329329
# fmt:off
330330
workflow.connect([

0 commit comments

Comments
 (0)