We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e7adb commit c6a2948Copy full SHA for c6a2948
src/fmripost_rapidtide/workflows/base.py
@@ -396,8 +396,6 @@ def init_single_run_wf(bold_file):
396
from niworkflows.interfaces.header import ValidateImage
397
from templateflow.api import get as get_template
398
399
- raise Exception()
400
-
401
workflow.__desc__ += """\
402
Raw BOLD series were resampled to MNI152NLin6Asym:res-2, for rapidtide denoising.
403
"""
src/fmripost_rapidtide/workflows/rapidtide.py
@@ -171,7 +171,7 @@ def init_rapidtide_wf(
171
autorespdelete=config.workflow.autorespdelete,
172
),
173
name='rapidtide',
174
- mem_gb=mem_gb['resampled'],
+ mem_gb=mem_gb['largemem'],
175
)
176
workflow.connect([
177
(inputnode, rapidtide, [
0 commit comments