提交 66b27afb authored 作者: Frederic's avatar Frederic

pep8

上级 f058a81e
...@@ -9,6 +9,7 @@ from theano.sandbox.gpuarray.tests.test_basic_ops import rand_gpuarray ...@@ -9,6 +9,7 @@ from theano.sandbox.gpuarray.tests.test_basic_ops import rand_gpuarray
from theano.sandbox.gpuarray.type import GpuArrayType from theano.sandbox.gpuarray.type import GpuArrayType
def test_deep_copy(): def test_deep_copy():
a = rand_gpuarray(20, dtype='float32') a = rand_gpuarray(20, dtype='float32')
g = GpuArrayType(dtype='float32', broadcastable=(False,))('g') g = GpuArrayType(dtype='float32', broadcastable=(False,))('g')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论