Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenlugosch committed Mar 21, 2021
1 parent 30a36f5 commit e89d944
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/timers-and-such/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,8 @@ def prepare_TAS(data_folder, save_folder, type, train_splits, skip_prep=False):
merge_csvs(save_folder, train_splits, "train-type=%s.csv" % type)

# Create "all-real" split
real_splits = [split + "-type=%s.csv" % type for split in ["train-real", "dev-real", "test-real"]]
real_splits = [
split + "-type=%s.csv" % type
for split in ["train-real", "dev-real", "test-real"]
]
merge_csvs(save_folder, real_splits, "all-real-type=%s.csv" % type)

0 comments on commit e89d944

Please sign in to comment.