mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-15 18:35:03 -05:00
enable ensemble when using ray (#583)
* enable ensemble when using ray * sanitize config
This commit is contained in:
@@ -256,6 +256,7 @@ class TestClassification(unittest.TestCase):
|
||||
time_budget=10,
|
||||
task="classification",
|
||||
n_concurrent_trials=2,
|
||||
ensemble=True,
|
||||
)
|
||||
except ImportError:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user