提交 19877f2e authored 作者: Razvan Pascanu's avatar Razvan Pascanu

white spaces

上级 0cf4a974
...@@ -391,7 +391,7 @@ def scan(fn, ...@@ -391,7 +391,7 @@ def scan(fn,
if mintaps[n] != 0: if mintaps[n] != 0:
for k in state['taps']: for k in state['taps']:
states_slices.append( states_slices.append(
state['initial'][(t + mintaps[n] - k) % lengths[n]]) state['initial'][(t + mintaps[n] + k) % lengths[n]])
# 4. Construct outputs that are to be computed by the inner # 4. Construct outputs that are to be computed by the inner
# function of scan # function of scan
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论