提交 b88a0162 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Flake8 fix.

上级 6639305c
...@@ -39,6 +39,7 @@ def test_specify_shape(): ...@@ -39,6 +39,7 @@ def test_specify_shape():
f = theano.function([g], theano.tensor.specify_shape(g, [20])) f = theano.function([g], theano.tensor.specify_shape(g, [20]))
f(a) f(a)
def test_filter_float(): def test_filter_float():
s = theano.shared(numpy.array(0.0, dtype='float32'), target=test_ctx_name) s = theano.shared(numpy.array(0.0, dtype='float32'), target=test_ctx_name)
theano.function([], updates=[(s, 0.0)]) theano.function([], updates=[(s, 0.0)])
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论