From da91bfb3c2081f839d826dc8d3c8a7455f6918f4 Mon Sep 17 00:00:00 2001 From: Thomas <purcell@fhi-berlin.mpg.de> Date: Fri, 17 Sep 2021 12:13:30 +0200 Subject: [PATCH] Adjust test to work with current changes The test failed because SIS was too large --- tests/exec_test/reparam_gen_proj/sisso.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/exec_test/reparam_gen_proj/sisso.json b/tests/exec_test/reparam_gen_proj/sisso.json index 90182dad..6829a1ee 100644 --- a/tests/exec_test/reparam_gen_proj/sisso.json +++ b/tests/exec_test/reparam_gen_proj/sisso.json @@ -1,6 +1,6 @@ { "desc_dim": 2, - "n_sis_select": 21, + "n_sis_select": 10, "max_rung": 1, "n_residual": 5, "data_file": "data.csv", @@ -10,7 +10,7 @@ "n_models_store": 5, "n_rung_generate": 1, "leave_out_inds": [], - "opset": ["sq"], + "opset": ["sq", "cb"], "param_opset": [ "add", "sub", -- GitLab