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 7bcdc30 commit 79ad163
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 @@ -40,11 +40,11 @@ def run_test(
if i == 0:
if eval_drop_last:
assert len(
e.dataloader.dataloader
e.dataloader.dataloader,
) == EXPECTED_FIRST_DATALOADER_LEN - 1
else:
assert len(
e.dataloader.dataloader
e.dataloader.dataloader,
) == EXPECTED_FIRST_DATALOADER_LEN

inputs = batch['input_ids'][0]
Expand Down

0 comments on commit 79ad163

Please sign in to comment.