Skip to content

Commit d8b0515

Browse files
committed
fix test
1 parent cd75bc4 commit d8b0515

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
@@ -110,8 +110,10 @@ def test_spectral_centroid(self):
110110
waveform = get_whitenoise(sample_rate=sample_rate, duration=0.05, n_channels=2)
111111
self.assert_grad(transform, [waveform], nondet_tol=1e-10)
112112

113+
# Note: rate=0.7 fails
114+
# https://github.com/pytorch/pytorch/issues/55557
113115
@nested_params(
114-
[0.7, 0.8, 0.9, 1.0, 1.3],
116+
[0.8, 0.9, 1.0, 1.3],
115117
[True, False],
116118
)
117119
def test_timestretch(self, rate, test_complex):

0 commit comments

Comments
 (0)