提交 5e0ae912 authored 作者: Frederic's avatar Frederic

pep8

上级 1129c574
...@@ -219,7 +219,7 @@ def test_clinker_literal_cache(): ...@@ -219,7 +219,7 @@ def test_clinker_literal_cache():
orientationi = numpy.array([59.36276866, 1.06116353, 0.93797339], orientationi = numpy.array([59.36276866, 1.06116353, 0.93797339],
dtype=theano.config.floatX) dtype=theano.config.floatX)
for out1 in [A - input1[0]*numpy.identity(3), for out1 in [A - input1[0] * numpy.identity(3),
input1[0] * numpy.identity(3)]: input1[0] * numpy.identity(3)]:
benchmark = theano.function( benchmark = theano.function(
inputs=[A, input1], inputs=[A, input1],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论