Skip to content

Commit 39c7cd4

Browse files
committed
blacking
1 parent 29a8736 commit 39c7cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mir_eval/sonify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def time_frequency(
192192
signal_n = scipy.signal.convolve(signal[n], filter, mode="same")
193193

194194
# Mix the signal into the output
195-
output[:] += wave[:len(signal_n)] * signal_n
195+
output[:] += wave[: len(signal_n)] * signal_n
196196

197197
# Normalize, but only if there's non-zero values
198198
norm = np.abs(output).max()

0 commit comments

Comments
 (0)