Skip to content

Commit

Permalink
Reshuffle smart buildings dataset before writing
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702259211
  • Loading branch information
tomvdw authored and The TensorFlow Datasets Authors committed Dec 3, 2024
1 parent 2d75769 commit 0be515f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def _generate_examples(self, path: epath.Path, year: int, pipeline):
pipeline
| f'CreateDates_{year}' >> beam.Create(all_dates)
| f'ProcessDate_{year}' >> beam.FlatMap(process_date, path=path)
| f'Reshuffle_{year}' >> beam.Reshuffle()
)


Expand Down

0 comments on commit 0be515f

Please sign in to comment.