Skip to content

Commit 0d26675

Browse files
committed
longer time
1 parent 72b13ca commit 0d26675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ambient_sound_analysis/model_benchmarking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# now = dt.datetime.now(pytz.timezone('US/Pacific'))
2929
# fix time
3030
now = dt.datetime(2024, 6, 1, 17, 0, 0)
31-
psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 9),
31+
psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 13),
3232
now - dt.timedelta(hours = 8),
3333
upload_to_s3=False)
3434

0 commit comments

Comments
 (0)