Skip to content

Commit 7b1ecf1

Browse files
recursixgasse
andauthored
Update src/agentlab/experiments/study.py
Co-authored-by: Maxime Gasse <[email protected]>
1 parent 366afbc commit 7b1ecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/experiments/study.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def _agents_on_benchmark(
378378
exp_args_list = add_dependencies(exp_args_list, benchmark.dependency_graph_over_tasks())
379379
else:
380380
logger.warning(
381-
f"Ignoring dependencies for benchmar {benchmark.name}. This could lead to different results."
381+
f"Ignoring dependencies for benchmark {benchmark.name}. This could lead to different results."
382382
)
383383

384384
return exp_args_list

0 commit comments

Comments
 (0)