提交 48b65cb5 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Remove last remaining tentacles.

上级 1f34a482
...@@ -219,7 +219,7 @@ def Rop(f, wrt, eval_points): ...@@ -219,7 +219,7 @@ def Rop(f, wrt, eval_points):
str(eval_point.type.ndim)) str(eval_point.type.ndim))
except AttributeError: except AttributeError:
# wrt_elem and eval_point don't always have ndim like random type # wrt_elem and eval_point don't always have ndim like random type
# Tensor, Sparse and CudaNdArray have the ndim attribute # Tensor, Sparse and GpuArray have the ndim attribute
pass pass
seen_nodes = OrderedDict() seen_nodes = OrderedDict()
......
...@@ -74,8 +74,6 @@ whitelist_flake8 = [ ...@@ -74,8 +74,6 @@ whitelist_flake8 = [
"scalar/tests/__init__.py", "scalar/tests/__init__.py",
"sandbox/__init__.py", "sandbox/__init__.py",
"sandbox/tests/__init__.py", "sandbox/tests/__init__.py",
"sandbox/cuda/__init__.py",
"sandbox/cuda/tests/__init__.py",
"sandbox/gpuarray/__init__.py", "sandbox/gpuarray/__init__.py",
"sandbox/linalg/__init__.py", "sandbox/linalg/__init__.py",
"sandbox/linalg/tests/__init__.py", "sandbox/linalg/tests/__init__.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论