Skip to content

Commit

Permalink
commit change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Tang committed Jun 3, 2024
1 parent e6d274a commit 90bcd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/test_icl_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def run_test(
eval_drop_last=eval_drop_last,
)
if eval_drop_last:
# Drop the Evualator for eval/local_data/symbolic_problem_solving/bigbench_operators.jsonl as it won't evenly divide even 1 batch.
# Drop the evaualotr for eval/local_data/symbolic_problem_solving/bigbench_operators.jsonl as it won't evenly divide even 1 batch.
assert len(evaluators) == 4
else:
else:
assert len(evaluators) == 5

for i, e in enumerate(evaluators):
Expand Down

0 comments on commit 90bcd70

Please sign in to comment.