Skip to content

Commit

Permalink
resetting to now -10
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s authored Jan 17, 2025
1 parent 0b6285a commit 644cba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noise_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
# Generate parquet dataframes with noise levels for a time period

now = dt.datetime.now(pytz.timezone('US/Pacific'))
now = dt.datetime(2024, 11, 20, 10)
now = dt.datetime(2025, 1, 16, 10)
# now = dt.datetime(2024, 11, 20, 10)
# now = dt.datetime(2025, 1, 16, 10)
psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 10),
now - dt.timedelta(hours = 8),
upload_to_s3=False)
Expand Down

0 comments on commit 644cba4

Please sign in to comment.