Skip to content

Commit b4af401

Browse files
committed
make it 5 hours
1 parent 69b4541 commit b4af401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ambient_sound_analysis/plot_noise_levels.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@
292292
"# Generate parquet dataframes with noise levels for a time period\n",
293293
"\n",
294294
"now = dt.datetime.now(pytz.timezone('US/Pacific'))\n",
295-
"psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 24), \n",
296-
" now - dt.timedelta(hours = 23), \n",
295+
"psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 6), \n",
296+
" now - dt.timedelta(hours = 1), \n",
297297
" upload_to_s3=False);"
298298
]
299299
},

0 commit comments

Comments
 (0)