Skip to content

Commit 75b079c

Browse files
Remove break
1 parent 6b3f228 commit 75b079c

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
@@ -1348,8 +1348,6 @@ def compute_wrapper(
13481348
}
13491349
metas = []
13501350
for index, (start, stop) in tqdm.tqdm(list(enumerate(ranges))):
1351-
if index == 1:
1352-
break
13531351
segment = stft_db[:, start:stop]
13541352

13551353
# Step 0.1 - Debugging setup and find peak amplitude (will return None if disabled)

0 commit comments

Comments
 (0)