From 8f0225aca3e8ea1d6e6d0fac8d196a2cef6b281c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= Date: Wed, 20 Sep 2023 10:48:28 +0200 Subject: [PATCH] Change correlation threshold values --- narps_open/utils/configuration/testing_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narps_open/utils/configuration/testing_config.toml b/narps_open/utils/configuration/testing_config.toml index ec0ab8d1..b1fb28ba 100644 --- a/narps_open/utils/configuration/testing_config.toml +++ b/narps_open/utils/configuration/testing_config.toml @@ -19,4 +19,4 @@ neurovault_naming = true # true if results files are saved using the neurovault [testing] [testing.pipelines] -correlation_thresholds = [0.30, 0.70, 0.80, 0.85, 0.93] # Correlation between reproduced hypotheses files and results, respectively for [20, 40, 60, 80, 108] subjects. +correlation_thresholds = [0.30, 0.70, 0.79, 0.85, 0.93] # Correlation between reproduced hypotheses files and results, respectively for [20, 40, 60, 80, 108] subjects.