Skip to content

Commit

Permalink
fix: remove fd as an iterfield in mapnode
Browse files Browse the repository at this point in the history
  • Loading branch information
celprov committed Jan 29, 2024
1 parent 24f786a commit 095dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mriqc/workflows/functional/base.py
Original file line number Diff line number Diff line change
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 095dca9

Please sign in to comment.