Skip to content

Commit 64c9226

Browse files
committed
changing to older time stamp to make it work
1 parent 25471f7 commit 64c9226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ambient_sound_analysis/noise_processing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
# Generate parquet dataframes with noise levels for a time period
2626

2727
now = dt.datetime.now(pytz.timezone('US/Pacific'))
28-
psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 6),
29-
now - dt.timedelta(hours = 1),
28+
psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 9),
29+
now - dt.timedelta(hours = 8),
3030
upload_to_s3=False)
3131

3232
# Read the parquet files

0 commit comments

Comments
 (0)