From 3b85e55d22dd168f071f3b6ca43fae5446ba19cf Mon Sep 17 00:00:00 2001 From: gabridele Date: Fri, 20 Dec 2024 17:19:00 +0100 Subject: [PATCH] deleted whitespaces on blank line --- cubids/cubids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubids/cubids.py b/cubids/cubids.py index 1c389f80..0faab08e 100644 --- a/cubids/cubids.py +++ b/cubids/cubids.py @@ -687,7 +687,7 @@ def copy_exemplars(self, exemplars_dir, exemplars_tsv, min_group_size): if not self.cubids_code_dir: self.create_cubids_code_dir() exemplars_tsv = self.path + "/code/CuBIDS/" + exemplars_tsv - + # load the exemplars tsv subs = pd.read_table(exemplars_tsv)