提交 2c192649 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Remove pool.py from the whitelist (it has no errors).

上级 28b99277
...@@ -15,8 +15,6 @@ import numpy ...@@ -15,8 +15,6 @@ import numpy
import theano import theano
from theano import gof, Op, tensor, Variable, Apply from theano import gof, Op, tensor, Variable, Apply
from theano.tensor.opt import register_canonicalize
def max_pool2D(*args, **kwargs): def max_pool2D(*args, **kwargs):
import sys import sys
......
...@@ -79,7 +79,6 @@ whitelist_flake8 = [ ...@@ -79,7 +79,6 @@ whitelist_flake8 = [
"tensor/tests/test_blas_c.py", "tensor/tests/test_blas_c.py",
"tensor/tests/test_blas_scipy.py", "tensor/tests/test_blas_scipy.py",
"tensor/tests/test_mpi.py", "tensor/tests/test_mpi.py",
"tensor/signal/pool.py",
"tensor/signal/conv.py", "tensor/signal/conv.py",
"tensor/signal/tests/test_conv.py", "tensor/signal/tests/test_conv.py",
"tensor/signal/tests/test_downsample.py", "tensor/signal/tests/test_downsample.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论