Skip to content

Commit 5256371

Browse files
committed
Black formatting
1 parent 0847882 commit 5256371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_augmentations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def test_pitch_shift_transform_with_pitch_detection():
196196
f0_hz = f0_hz[~np.isnan(f0_hz)]
197197

198198
detected_f0_hz = np.max(f0_hz)
199-
199+
200200
detection_threshold_in_hz = 40
201201
# the detected frequency vs. expected frequency should not be smaller than 40Hz.
202202
assert abs(detected_f0_hz - expected_frequency_shift) < detection_threshold_in_hz

0 commit comments

Comments
 (0)