Skip to content

Commit

Permalink
Revert changes to train / val sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Feb 6, 2024
1 parent ef7a35b commit 5f5d343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/prep_for_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main(config: str, data: str):
yaml.dump(cfg, f)

with open(data) as f:
data_truncated = f.readlines()[:500]
data_truncated = f.readlines()[:1000]
with open(data, "w") as f:
f.writelines(data_truncated)

Expand Down

0 comments on commit 5f5d343

Please sign in to comment.