Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
krypticmouse committed Feb 15, 2024
1 parent 99d8455 commit f0a5bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspy/datasets/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def train_test_split(
train_dataset = dataset_shuffled[:train_end]
test_dataset = dataset_shuffled[train_end:train_end + test_end]

return {'train': train_dataset, 'test': test_dataset}
return {'train': train_dataset, 'test': test_dataset}

0 comments on commit f0a5bb4

Please sign in to comment.