Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Jan 23, 2025
1 parent 8a7bac1 commit 68a6818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trace/test_evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,4 @@ def score_simple(input, output):
# However, the key part is that we have basically X + 2 splits, with the middle X
# being equal. We want to ensure that the table_query is not called in sequence,
# but rather lazily after each batch.
assert counts_split_by_table_query == [13, 700, 700, 700, 5]
assert counts_split_by_table_query == [13, 700, 700, 700, 5], log

0 comments on commit 68a6818

Please sign in to comment.