Skip to content

Commit

Permalink
Still getting memory issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 3, 2024
1 parent 80e7adb commit c6a2948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/fmripost_rapidtide/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@ def init_single_run_wf(bold_file):
from niworkflows.interfaces.header import ValidateImage
from templateflow.api import get as get_template

raise Exception()

workflow.__desc__ += """\
Raw BOLD series were resampled to MNI152NLin6Asym:res-2, for rapidtide denoising.
"""
Expand Down
2 changes: 1 addition & 1 deletion src/fmripost_rapidtide/workflows/rapidtide.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def init_rapidtide_wf(
autorespdelete=config.workflow.autorespdelete,
),
name='rapidtide',
mem_gb=mem_gb['resampled'],
mem_gb=mem_gb['largemem'],
)
workflow.connect([
(inputnode, rapidtide, [
Expand Down

0 comments on commit c6a2948

Please sign in to comment.