Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Nov 22, 2022
1 parent b1f40ac commit f6538f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mglsadf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ def test_compatibility(device, ignore_gain, cascade, c, alpha=0.42, M=24, P=80):
def test_differentiable(device, ignore_gain, cascade, phase, B=4, T=20, M=4):
if not cascade and phase == "zero":
return
mglsadf = diffsptk.MLSA(M, cascade=cascade, phase=phase)
mglsadf = diffsptk.MLSA(M, ignore_gain=ignore_gain, cascade=cascade, phase=phase)
U.check_differentiable(device, mglsadf, [(B, T), (B, T, M + 1)])

0 comments on commit f6538f4

Please sign in to comment.