Skip to content

Commit 3ce6c7f

Browse files
committed
fix types
1 parent 4873b1e commit 3ce6c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eval_protocol/pytest/evaluation_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ def dual_mode_wrapper(*args, **kwargs):
766766
"rollout_processor": rollout_processor,
767767
"evaluation_test_kwargs": evaluation_test_kwargs,
768768
"aggregation_method": aggregation_method,
769-
"threshold_of_success": threshold_of_success,
769+
"passed_threshold": passed_threshold,
770770
"num_runs": num_runs,
771771
"max_dataset_rows": max_dataset_rows,
772772
"mcp_config_path": mcp_config_path,
@@ -802,7 +802,7 @@ def __ep_run_direct(
802802
rollout_input_params=rip,
803803
rollout_processor=cfg.get("rollout_processor"),
804804
aggregation_method=cfg.get("aggregation_method"),
805-
threshold_of_success=cfg.get("threshold_of_success"),
805+
threshold_of_success=cfg.get("passed_threshold"),
806806
num_runs=(num_runs_override if num_runs_override is not None else cfg.get("num_runs")),
807807
max_dataset_rows=cfg.get("max_dataset_rows"),
808808
mcp_config_path=cfg.get("mcp_config_path"),

0 commit comments

Comments
 (0)