Skip to content

Commit c6a2948

Browse files
committed
Still getting memory issues.
1 parent 80e7adb commit c6a2948

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/fmripost_rapidtide/workflows/base.py

-2
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,6 @@ def init_single_run_wf(bold_file):
396396
from niworkflows.interfaces.header import ValidateImage
397397
from templateflow.api import get as get_template
398398

399-
raise Exception()
400-
401399
workflow.__desc__ += """\
402400
Raw BOLD series were resampled to MNI152NLin6Asym:res-2, for rapidtide denoising.
403401
"""

src/fmripost_rapidtide/workflows/rapidtide.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def init_rapidtide_wf(
171171
autorespdelete=config.workflow.autorespdelete,
172172
),
173173
name='rapidtide',
174-
mem_gb=mem_gb['resampled'],
174+
mem_gb=mem_gb['largemem'],
175175
)
176176
workflow.connect([
177177
(inputnode, rapidtide, [

0 commit comments

Comments
 (0)