mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
[tune] Fix a number of reporter regressions and add end-to-end tests (#7274)
This commit is contained in:
@@ -269,8 +269,9 @@ def convert_to_experiment_list(experiments):
|
||||
if (type(exp_list) is list
|
||||
and all(isinstance(exp, Experiment) for exp in exp_list)):
|
||||
if len(exp_list) > 1:
|
||||
logger.warning("All experiments will be "
|
||||
"using the same SearchAlgorithm.")
|
||||
logger.info(
|
||||
"Running with multiple concurrent experiments. "
|
||||
"All experiments will be using the same SearchAlgorithm.")
|
||||
else:
|
||||
raise TuneError("Invalid argument: {}".format(experiments))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user