From 5fb1d443d6e0132a47ef3232e24d80163a26046e Mon Sep 17 00:00:00 2001 From: Thomas <purcell@fhi-berlin.mpg.de> Date: Fri, 17 Sep 2021 13:14:43 +0200 Subject: [PATCH] check if this fixes error Not appearing on docker image --- tests/exec_test/classification_max_corr_gen_proj/sisso.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/exec_test/classification_max_corr_gen_proj/sisso.json b/tests/exec_test/classification_max_corr_gen_proj/sisso.json index 7f978c23..2ca3dab0 100644 --- a/tests/exec_test/classification_max_corr_gen_proj/sisso.json +++ b/tests/exec_test/classification_max_corr_gen_proj/sisso.json @@ -5,7 +5,7 @@ "n_residual": 1, "data_file": "data.csv", "data_file_relatice_to_json": true, - "max_feat_cross_correlation": 0.99, + "max_feat_cross_correlation": 0.9, "property_key": "prop", "leave_out_frac": 0.2, "n_models_store": 1, -- GitLab