From cd23476da489f7339bb4a5e4479f35cb1fbfed7b Mon Sep 17 00:00:00 2001 From: Valentina Staneva Date: Wed, 20 Nov 2024 16:00:01 -0800 Subject: [PATCH] Update noise_processing.py changing to Bush Point working datetime --- noise_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noise_processing.py b/noise_processing.py index c8cbe61..b17ca0e 100644 --- a/noise_processing.py +++ b/noise_processing.py @@ -25,7 +25,7 @@ # Generate parquet dataframes with noise levels for a time period now = dt.datetime.now(pytz.timezone('US/Pacific')) -print(now) +now = dt.datetime(2024, 11, 20, 10) psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 10), now - dt.timedelta(hours = 8), upload_to_s3=False)