Skip to content

Commit

Permalink
Update noise_processing.py
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
valentina-s authored Nov 20, 2024
1 parent 2602591 commit 21dd0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noise_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# Generate parquet dataframes with noise levels for a time period

now = dt.datetime.now(pytz.timezone('US/Pacific'))
print(now)
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 21dd0dc

Please sign in to comment.