From 50aa56df8621452fc0b366fd9089d9233d287573 Mon Sep 17 00:00:00 2001 From: Circle Date: Mon, 31 Jul 2023 12:43:23 +1000 Subject: [PATCH 1/3] Update tedica.py --- tedana/selection/tedica.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tedana/selection/tedica.py b/tedana/selection/tedica.py index 682bb5c61..b33c489a8 100644 --- a/tedana/selection/tedica.py +++ b/tedana/selection/tedica.py @@ -1,5 +1,6 @@ """ -Functions to identify TE-dependent and TE-independent components. +Functions to identify TE-dependent and TE-independent components. +updated """ import logging From 52d7a6b1e80e812a8658da7b79b26be9e940ab0c Mon Sep 17 00:00:00 2001 From: Circle Date: Mon, 31 Jul 2023 12:58:16 +1000 Subject: [PATCH 2/3] Update tedica.py --- tedana/selection/tedica.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tedana/selection/tedica.py b/tedana/selection/tedica.py index b33c489a8..7d4368bc3 100644 --- a/tedana/selection/tedica.py +++ b/tedana/selection/tedica.py @@ -1,7 +1,5 @@ """ -Functions to identify TE-dependent and TE-independent components. -updated -""" +Functions to identify TE-dependent and TE-independent components. not updated""" import logging from tedana.metrics import collect From 4c8e018131021b800a1cca561e27dbec64ecd704 Mon Sep 17 00:00:00 2001 From: Bahman Date: Mon, 31 Jul 2023 13:01:04 +1000 Subject: [PATCH 3/3] Update tedica.py --- tedana/selection/tedica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tedana/selection/tedica.py b/tedana/selection/tedica.py index 7d4368bc3..721d650ee 100644 --- a/tedana/selection/tedica.py +++ b/tedana/selection/tedica.py @@ -1,5 +1,5 @@ """ -Functions to identify TE-dependent and TE-independent components. not updated""" +Functions to identify TE-dependent and TE-independent components....""" import logging from tedana.metrics import collect