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

flake8 for neighbours.py

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