提交 8d71b8c5 authored 作者: Frederic's avatar Frederic

fix strange working indentation.

上级 5ac06c76
...@@ -4207,9 +4207,7 @@ class t_dot(unittest.TestCase): ...@@ -4207,9 +4207,7 @@ class t_dot(unittest.TestCase):
e[0].split()[0:4] == ['Incompatible', 'shapes', 'for', 'gemv'] or e[0].split()[0:4] == ['Incompatible', 'shapes', 'for', 'gemv'] or
# Reported by Theano when 'exception_verbosity' is set # Reported by Theano when 'exception_verbosity' is set
# to 'high'. # to 'high'.
e[0].split()[0:3] == ['dot', 'product', 'failed.'] e[0].split()[0:3] == ['dot', 'product', 'failed.'],
,
e) e)
finally: finally:
_logger.setLevel(oldlevel) _logger.setLevel(oldlevel)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论