Skip to content

Commit c8438bc

Browse files
committed
prevent not including uncompressed amplitude from removing uncompressed spectrogram
1 parent a450bf8 commit c8438bc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

batbot/spectrogram/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,8 +1851,6 @@ def compute_wrapper(
18511851
datas += [
18521852
(waveplot_plots, 'waveplot.jpg', waveplot),
18531853
]
1854-
else:
1855-
datas = []
18561854
if 'stft_db' in segments:
18571855
datas += [
18581856
(compressed_paths, 'compressed.jpg', segments['stft_db']),

0 commit comments

Comments
 (0)