Skip to content

Commit 21b79e7

Browse files
committed
FIX: Do not sink BOLD on the main thread
1 parent 571bb65 commit 21b79e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fmriprep/workflows/bold/outputs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ def init_ds_bold_native_wf(
620620
**timing_parameters,
621621
),
622622
name='ds_bold',
623-
run_without_submitting=True,
624623
mem_gb=DEFAULT_MEMORY_MIN_GB,
625624
)
626625
workflow.connect([
@@ -732,7 +731,6 @@ def init_ds_volumes_wf(
732731
**timing_parameters,
733732
),
734733
name='ds_bold',
735-
run_without_submitting=True,
736734
mem_gb=DEFAULT_MEMORY_MIN_GB,
737735
)
738736
workflow.connect([

0 commit comments

Comments
 (0)