Skip to content

Commit

Permalink
Update noise_processing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s authored Jan 18, 2025
1 parent 878b142 commit 0a5b73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noise_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
now = dt.datetime.now(pytz.timezone('US/Pacific'))
# 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 = 2),
psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 6),
now - dt.timedelta(hours = 1),
upload_to_s3=False)

Expand Down

0 comments on commit 0a5b73b

Please sign in to comment.