Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
c49db739
Unverified
Commit
c49db739
authored
Jul 26, 2021
by
moto
Committed by
GitHub
Jul 26, 2021
Browse files
[Fbsync] Reduce sample rate to avoid test time out (#1640)
parent
32b9cf80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/torchaudio_unittest/transforms/batch_consistency_test.py
.../torchaudio_unittest/transforms/batch_consistency_test.py
+1
-1
No files found.
test/torchaudio_unittest/transforms/batch_consistency_test.py
View file @
c49db739
...
...
@@ -189,7 +189,7 @@ class TestTransforms(common_utils.TorchaudioTestCase):
self
.
assertEqual
(
computed
,
expected
)
def
test_batch_pitch_shift
(
self
):
sample_rate
=
441
00
sample_rate
=
80
00
n_steps
=
4
waveform
=
common_utils
.
get_whitenoise
(
sample_rate
=
sample_rate
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment