Skip to content

Commit 8397a9c

Browse files
committed
🔧 Fix typo.
1 parent 43275bb commit 8397a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_tts/models/mb_melgan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(self, config, **kwargs):
8282
* np.cos(
8383
(2 * k + 1)
8484
* (np.pi / (2 * subbands))
85-
* (np.arange(taps + 1) - (tap / 2))
85+
* (np.arange(taps + 1) - (taps / 2))
8686
+ (-1) ** k * np.pi / 4
8787
)
8888
)

0 commit comments

Comments
 (0)