Unverified Commit ae9560da authored by parmeet's avatar parmeet Committed by GitHub
Browse files

fbsync (#1524)

* Remove `class FunctionalComplex` header accidentally re-introduced in #1490 
parent 08f2bde4
...@@ -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],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment