Skip to content

Commit

Permalink
auto format code
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Jul 26, 2023
1 parent 604a343 commit 6cb39ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def upload(filename):
for generated_filename in generated_filenames:
upload(generated_filename)

# result of uploading the log itself won't of course show up there
upload(log_filename)

else:
Expand Down
4 changes: 3 additions & 1 deletion src/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ def plot_dataset_summary(

# plotting variables

psdlabl = r'Spectrum level (dB re 1 $\mu$Pa$\mathregular{^{2}}$ Hz$\mathregular{^{-1}}$)'
psdlabl = (
r"Spectrum level (dB re 1 $\mu$Pa$\mathregular{^{2}}$ Hz$\mathregular{^{-1}}$)"
)
freqlabl = "Frequency (Hz)"
titl = "MBARI MARS Cabled Observatory Monterey Bay, California, USA 36.713 \xb0N, 122.186 \xb0W"

Expand Down

0 comments on commit 6cb39ed

Please sign in to comment.