From 095dca948846285c9e3a19ac3e2f21ea0e01c3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9line=20Provins?= Date: Mon, 29 Jan 2024 16:26:05 +0100 Subject: [PATCH] fix: remove fd as an iterfield in mapnode --- mriqc/workflows/functional/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mriqc/workflows/functional/base.py b/mriqc/workflows/functional/base.py index abe4ed1b..2e95b8cc 100644 --- a/mriqc/workflows/functional/base.py +++ b/mriqc/workflows/functional/base.py @@ -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