提交 8e88a292 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

Corrected flake8 errors in theano/tensor/blas.py

上级 b73195a3
...@@ -1451,7 +1451,7 @@ def _factor_canonicalized(lst): ...@@ -1451,7 +1451,7 @@ def _factor_canonicalized(lst):
def _gemm_from_factored_list(lst): def _gemm_from_factored_list(lst):
""" """
Returns None, or a list to replace node.outputs. Returns None, or a list to replace node.outputs.
""" """
lst2 = [] lst2 = []
# Remove the tuple that can't be cast correctly. # Remove the tuple that can't be cast correctly.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论