Skip to content

Commit

Permalink
🧪 Fix bug in test_datasets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Jun 9, 2024
1 parent f506b36 commit badb361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_load_dataset(task):
test_dataset = Dataset.load(
path,
split="test",
preprocessor=preprocessor,
**DATASETS_MAPPING[task]
)
assert isinstance(test_dataset, Dataset), INVALID_DATASET_TYPE.format(type(test_dataset))
Expand Down

0 comments on commit badb361

Please sign in to comment.