enable ensemble when using ray (#583)

* enable ensemble when using ray

* sanitize config
This commit is contained in:
Chi Wang
2022-06-10 21:28:47 -07:00
committed by GitHub
parent 0642b6e7bb
commit f8cc38bc16
3 changed files with 17 additions and 9 deletions

View File

@@ -256,6 +256,7 @@ class TestClassification(unittest.TestCase):
time_budget=10,
task="classification",
n_concurrent_trials=2,
ensemble=True,
)
except ImportError:
return