提交 625955d8 authored 作者: Frederic's avatar Frederic

typo in error message.

上级 65455758
...@@ -382,7 +382,7 @@ class PushOutSeqScan(gof.Optimizer): ...@@ -382,7 +382,7 @@ class PushOutSeqScan(gof.Optimizer):
outside_ins += [x.clone()] outside_ins += [x.clone()]
else: else:
raise Exception( raise Exception(
('Error in the `scan_pushout_non_seq_' ('Error in the `scan_pushout_seq_'
'operations`. The optimization tries ' 'operations`. The optimization tries '
'to move some computation fron scan ' 'to move some computation fron scan '
'which is not allowed to move. Report ' 'which is not allowed to move. Report '
...@@ -423,7 +423,7 @@ class PushOutSeqScan(gof.Optimizer): ...@@ -423,7 +423,7 @@ class PushOutSeqScan(gof.Optimizer):
changed = True changed = True
if counts >= max_iterations: if counts >= max_iterations:
raise Exception('Error in the `scan_pushout_non_seq_operations`.' raise Exception('Error in the `scan_pushout_seq_operations`.'
' The optimization exhausted the maximal number ' ' The optimization exhausted the maximal number '
'of iterations allowed!') 'of iterations allowed!')
# We need to check all candidate replacements and choose those that # We need to check all candidate replacements and choose those that
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论