提交 593bdc97 authored 作者: Frederic Bastien's avatar Frederic Bastien

Removed useless module access and duplicate comments.

上级 3cf23086
......@@ -636,7 +636,7 @@ def scan( fn
# Try to transfer test_value to the new variable
if config.compute_test_value != 'off':
try:
nw_slice.tag.test_value = Op._get_test_value(_init_out_var_slice)
nw_slice.tag.test_value = gof.Op._get_test_value(_init_out_var_slice)
except AttributeError, e:
if config.compute_test_value != 'ignore':
# No need to print a warning or raise an error now,
......
......@@ -975,7 +975,7 @@ class Scan(Op):
+ self.n_mit_sot
+ self.n_nit_sot
+ self.n_sit_sot )
# shared variables as well as the condition as well as the condition
# shared variables as well as the condition
old_scan_shared_outs = self_outputs[out_offset:]
arg_offset = ( 1
+ self.n_seqs
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论