Skip to content

Commit

Permalink
FIX: Do not sink BOLD on the main thread
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 13, 2023
1 parent 571bb65 commit 21b79e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fmriprep/workflows/bold/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ def init_ds_bold_native_wf(
**timing_parameters,
),
name='ds_bold',
run_without_submitting=True,
mem_gb=DEFAULT_MEMORY_MIN_GB,
)
workflow.connect([
Expand Down Expand Up @@ -732,7 +731,6 @@ def init_ds_volumes_wf(
**timing_parameters,
),
name='ds_bold',
run_without_submitting=True,
mem_gb=DEFAULT_MEMORY_MIN_GB,
)
workflow.connect([
Expand Down

0 comments on commit 21b79e7

Please sign in to comment.