提交 4c1da020 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

pep8 compatibility

上级 ec743844
...@@ -530,7 +530,7 @@ def one_step_scan(fn, ...@@ -530,7 +530,7 @@ def one_step_scan(fn,
arg_info) arg_info)
# go through the taps # go through the taps
mintap = abs(numpy.min(arg_info['taps'])) mintap = abs(numpy.min(arg_info['taps']))
states_slices.append(arg_info['initial'][k+mintap]) states_slices.append(arg_info['initial'][k + mintap])
# Re-order args # Re-order args
args = (inputs_slices + states_slices + parameters) args = (inputs_slices + states_slices + parameters)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论