Skip to content

Commit

Permalink
fixing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
valentina-s committed Mar 12, 2024
1 parent 392b03b commit 4f1307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noise_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
delta_t=60, mode='safe')


now = dt.datetime.now(pytz.timezone('US/Pacific')
now = dt.datetime.now(pytz.timezone('US/Pacific'))

psd_path, broadband_path = pipeline.generate_parquet_file(now - dt.timedelta(hours = 6),
now - dt.timedelta(hours = 1),
Expand Down

0 comments on commit 4f1307e

Please sign in to comment.