From 1a32cf71d10e93fabb1ecc9b5787af97501d1320 Mon Sep 17 00:00:00 2001 From: Thomas Purcell <purcell@fhi-berlin.mpg.de> Date: Fri, 13 Nov 2020 17:29:19 +0100 Subject: [PATCH] Add param_opset to all exec tests --- tests/exec_test/classification/sisso.json | 1 + tests/exec_test/default/sisso.json | 1 + tests/exec_test/gen_proj/sisso.json | 1 + tests/exec_test/log_reg/sisso.json | 1 + tests/exec_test/max_corr/sisso.json | 1 + 5 files changed, 5 insertions(+) diff --git a/tests/exec_test/classification/sisso.json b/tests/exec_test/classification/sisso.json index d08faba2..2f7c29bf 100644 --- a/tests/exec_test/classification/sisso.json +++ b/tests/exec_test/classification/sisso.json @@ -10,5 +10,6 @@ "calc_type": "classification", "leave_out_inds": [80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95 ,96 ,97, 98 , 99], "opset": ["add", "sub", "abs_diff", "mult", "div", "inv", "abs", "exp", "log", "sin", "cos", "sq", "cb", "six_pow", "sqrt", "cbrt", "neg_exp"], + "param_opset" : [], "fix_intercept": false } diff --git a/tests/exec_test/default/sisso.json b/tests/exec_test/default/sisso.json index 48cf9c98..36a06148 100644 --- a/tests/exec_test/default/sisso.json +++ b/tests/exec_test/default/sisso.json @@ -10,5 +10,6 @@ "n_models_store": 1, "leave_out_inds": [0, 1, 2, 60, 61], "opset": ["add", "sub", "abs_diff", "mult", "div", "inv", "abs", "exp", "log", "sin", "cos", "sq", "cb", "six_pow", "sqrt", "cbrt", "neg_exp"], + "param_opset": [], "fix_intercept": false } diff --git a/tests/exec_test/gen_proj/sisso.json b/tests/exec_test/gen_proj/sisso.json index 82a1a850..69732ffd 100644 --- a/tests/exec_test/gen_proj/sisso.json +++ b/tests/exec_test/gen_proj/sisso.json @@ -11,5 +11,6 @@ "n_rung_generate": 1, "leave_out_inds": [0, 1, 2, 60, 61], "opset": ["add", "sub", "abs_diff", "mult", "div", "inv", "abs", "exp", "log", "sin", "cos", "sq", "cb", "six_pow", "sqrt", "cbrt", "neg_exp"], + "param_opset": [], "fix_intercept": false } diff --git a/tests/exec_test/log_reg/sisso.json b/tests/exec_test/log_reg/sisso.json index 02f6a552..dc94add2 100644 --- a/tests/exec_test/log_reg/sisso.json +++ b/tests/exec_test/log_reg/sisso.json @@ -10,5 +10,6 @@ "calc_type": "log_regression", "leave_out_inds": [0, 1, 2, 60, 61], "opset": ["add", "sub", "abs_diff", "mult", "div", "inv", "abs", "exp", "log", "sin", "cos", "sq", "cb", "six_pow", "sqrt", "cbrt", "neg_exp"], + "param_opset": [], "fix_intercept": false } diff --git a/tests/exec_test/max_corr/sisso.json b/tests/exec_test/max_corr/sisso.json index 124243f9..246dd287 100644 --- a/tests/exec_test/max_corr/sisso.json +++ b/tests/exec_test/max_corr/sisso.json @@ -11,5 +11,6 @@ "max_feat_cross_correlation": 0.9, "leave_out_inds": [0, 1, 2, 60, 61], "opset": ["add", "sub", "abs_diff", "mult", "div", "inv", "abs", "exp", "log", "sin", "cos", "sq", "cb", "six_pow", "sqrt", "cbrt", "neg_exp"], + "param_opset": [], "fix_intercept": false } -- GitLab