From 73ee1e82ba2ddd7911076f52da03f8055d62995d Mon Sep 17 00:00:00 2001 From: "weidan.kong" Date: Wed, 15 Jun 2022 01:40:40 +0800 Subject: [PATCH] [UT]: TPE history fix caused issue - add one more choice --- test/ut/sdk/test_builtin_tuners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ut/sdk/test_builtin_tuners.py b/test/ut/sdk/test_builtin_tuners.py index 65f85a0c2d0..5187bfd5882 100644 --- a/test/ut/sdk/test_builtin_tuners.py +++ b/test/ut/sdk/test_builtin_tuners.py @@ -272,7 +272,7 @@ def import_data_test(self, tuner_factory, stype="choice_str", support_middle=Tru search_space = { "choice_str": { "_type": "choice", - "_value": ["cat", "dog", "elephant", "cow", "sheep", "panda"] + "_value": ["cat", "dog", "elephant", "cow", "sheep", "panda", "tiger"] } } elif stype == "choice_num":