提交 c2cded9d authored 作者: Iban Harlouchet's avatar Iban Harlouchet

flake8 for neighbours.py

上级 d756a81d
...@@ -4,3 +4,5 @@ This file was created for compatibility. ...@@ -4,3 +4,5 @@ This file was created for compatibility.
""" """
from theano.tensor.nnet.neighbours import (images2neibs, neibs2images, from theano.tensor.nnet.neighbours import (images2neibs, neibs2images,
Images2Neibs) Images2Neibs)
__all__ = ["images2neibs", "neibs2images", "Images2Neibs"]
...@@ -146,7 +146,6 @@ whitelist_flake8 = [ ...@@ -146,7 +146,6 @@ whitelist_flake8 = [
"sandbox/symbolic_module.py", "sandbox/symbolic_module.py",
"sandbox/conv.py", "sandbox/conv.py",
"sandbox/debug.py", "sandbox/debug.py",
"sandbox/neighbours.py",
"sandbox/cuda/dnn.py", "sandbox/cuda/dnn.py",
"sandbox/cuda/var.py", "sandbox/cuda/var.py",
"sandbox/cuda/GpuConvGrad3D.py", "sandbox/cuda/GpuConvGrad3D.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论