From dccf77a0b91e4854b0817ff8473fb86afa7713c7 Mon Sep 17 00:00:00 2001 From: Paul-Saves Date: Mon, 29 Jan 2024 20:46:58 +0100 Subject: [PATCH] =?UTF-8?q?pl=5Fexp=5F3=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smt/tests/test_kpls_auto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smt/tests/test_kpls_auto.py b/smt/tests/test_kpls_auto.py index 7cfbb8edd..c68b61648 100644 --- a/smt/tests/test_kpls_auto.py +++ b/smt/tests/test_kpls_auto.py @@ -46,7 +46,7 @@ def setUp(self): n_comp_opt["Branin"] = 2 n_comp_opt["Rosenbrock"] = 1 n_comp_opt["sphere"] = 1 - n_comp_opt["exp"] = 2 + n_comp_opt["exp"] = 3 n_comp_opt["tanh"] = 1 n_comp_opt["cos"] = 2