We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366afbc commit 7b1ecf1Copy full SHA for 7b1ecf1
src/agentlab/experiments/study.py
@@ -378,7 +378,7 @@ def _agents_on_benchmark(
378
exp_args_list = add_dependencies(exp_args_list, benchmark.dependency_graph_over_tasks())
379
else:
380
logger.warning(
381
- f"Ignoring dependencies for benchmar {benchmark.name}. This could lead to different results."
+ f"Ignoring dependencies for benchmark {benchmark.name}. This could lead to different results."
382
)
383
384
return exp_args_list
0 commit comments