We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029af45 commit 840b7b4Copy full SHA for 840b7b4
1 file changed
tests/pytest/test_tau_bench_airline.py
@@ -65,7 +65,7 @@ def tau_bench_airline_to_evaluation_row(data: List[Dict[str, Any]]) -> List[Eval
65
66
rows.append(row)
67
68
- return rows[0:2]
+ return rows
69
70
71
def save_single_trajectory(trajectory_record: Dict, row_id: str, output_dir: str = "trajectory_outputs"):
0 commit comments