Skip to content

Commit

Permalink
Merge pull request #1179 from celprov/fix/fd_is_not_iterfield
Browse files Browse the repository at this point in the history
FIX: Remove FD as an ``iterfield`` in ``MapNode`` causing crash with ME-BOLD
  • Loading branch information
oesteban committed Mar 18, 2024
2 parents 3b512df + fa714a3 commit 9fcebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc/workflows/functional/base.py
Expand Up @@ -376,7 +376,7 @@ def compute_iqms(name="ComputeIQMs"):
GatherTimeseries(mpars_source="AFNI"),
name="timeseries",
mem_gb=mem_gb * 3,
iterfield=["dvars", "outliers", "quality", "fd"]
iterfield=["dvars", "outliers", "quality"]
)

# fmt: off
Expand Down

0 comments on commit 9fcebc5

Please sign in to comment.