Skip to content

Commit cd75bc4

Browse files
committed
Remove 0.7
1 parent 9436b72 commit cd75bc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/torchaudio_unittest/transforms/autograd_test_impl.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@ def test_timestretch(self, rate, test_complex):
120120
spectrogram = get_spectrogram(waveform, n_fft=400, power=1 if test_complex else None)
121121
self.assert_grad(transform, [spectrogram])
122122

123+
# Note: rate=0.7 fails
124+
# https://github.com/pytorch/pytorch/issues/55557
123125
@nested_params(
124-
[0.7, 0.8, 0.9, 1.0, 1.3],
126+
[0.8, 0.9, 1.0, 1.3],
125127
[True, False],
126128
)
127129
def test_timestretch_override(self, rate, test_complex):

0 commit comments

Comments
 (0)