Skip to content

Commit afab944

Browse files
committed
removed def test_complex_norm
1 parent ea5bb32 commit afab944

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/torchaudio_unittest/functional/torchscript_consistency_impl.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,6 @@ def func(tensor):
223223
tensor = torch.rand((1, 10))
224224
self._assert_consistency(func, tensor)
225225

226-
def test_complex_norm(self):
227-
def func(tensor):
228-
power = 2.
229-
return F.complex_norm(tensor, power)
230-
231-
tensor = torch.randn(1, 2, 1025, 400, 2)
232-
self._assert_consistency(func, tensor)
233-
234226
def test_mask_along_axis(self):
235227
def func(tensor):
236228
mask_param = 100

0 commit comments

Comments
 (0)