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
c9142fd5
Unverified
Commit
c9142fd5
authored
Jul 13, 2020
by
engineerchuan
Committed by
GitHub
Jul 13, 2020
Browse files
Use default backend for TestCommonVoice (#775)
* Change 'sox' to 'default'
parent
26941fa3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
test/test_datasets.py
test/test_datasets.py
+1
-2
No files found.
test/test_datasets.py
View file @
c9142fd5
...
@@ -46,9 +46,8 @@ class TestDatasets(common_utils.TorchaudioTestCase):
...
@@ -46,9 +46,8 @@ class TestDatasets(common_utils.TorchaudioTestCase):
data
[
0
]
data
[
0
]
@
common_utils
.
skipIfNoSoxBackend
class
TestCommonVoice
(
common_utils
.
TorchaudioTestCase
):
class
TestCommonVoice
(
common_utils
.
TorchaudioTestCase
):
backend
=
'
sox
'
backend
=
'
default
'
path
=
common_utils
.
get_asset_path
()
path
=
common_utils
.
get_asset_path
()
def
test_commonvoice
(
self
):
def
test_commonvoice
(
self
):
...
...
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