Skip to content

Commit c4b2075

Browse files
authored
Update benchmark_runner_v0.py
Fix error #2146 #2145
1 parent 2fc2899 commit c4b2075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smarts/benchmark/entrypoints/benchmark_runner_v0.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ def _get_agent_score(
252252
return score
253253

254254

255-
def benchmark_from_configs(benchmark_config, agent_locator):
255+
def benchmark_from_configs(benchmark_config, agent_locator, debug_log=False):
256256
"""Runs a benchmark given the following.
257257
258258
Args:
259259
benchmark_config (str): The file path to the benchmark configuration.
260260
agent_locator (str): Locator string for the registered agent.
261-
debug_log (bool): Whether the benchmark should log to `stdout`.
261+
debug_log (bool): Deprecated. Whether the benchmark should log to `stdout`.
262262
"""
263263
benchmark_args = load_config(benchmark_config)
264264

0 commit comments

Comments
 (0)