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
ae9560da
Unverified
Commit
ae9560da
authored
May 22, 2021
by
parmeet
Committed by
GitHub
May 22, 2021
Browse files
fbsync (#1524)
* Remove `class FunctionalComplex` header accidentally re-introduced in #1490
parent
08f2bde4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
test/torchaudio_unittest/functional/functional_impl.py
test/torchaudio_unittest/functional/functional_impl.py
+0
-6
No files found.
test/torchaudio_unittest/functional/functional_impl.py
View file @
ae9560da
...
@@ -278,12 +278,6 @@ class Functional(TestBaseMixin):
...
@@ -278,12 +278,6 @@ class Functional(TestBaseMixin):
F
.
resample
(
waveform
,
sample_rate
,
5512.5
)
F
.
resample
(
waveform
,
sample_rate
,
5512.5
)
assert
len
(
w
)
==
1
assert
len
(
w
)
==
1
class
FunctionalComplex
(
TestBaseMixin
):
complex_dtype
=
None
real_dtype
=
None
device
=
None
@
nested_params
(
@
nested_params
(
[
0.5
,
1.01
,
1.3
],
[
0.5
,
1.01
,
1.3
],
[
True
,
False
],
[
True
,
False
],
...
...
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