提交 e382e04d authored 作者: David Warde-Farley's avatar David Warde-Farley

Minor PEP8 fix.

上级 ddf60d9c
...@@ -47,7 +47,7 @@ def check_upper_triangular(pd, ch_f): ...@@ -47,7 +47,7 @@ def check_upper_triangular(pd, ch_f):
def test_cholesky(): def test_cholesky():
rng = numpy.random.RandomState(utt.fetch_seed()) rng = numpy.random.RandomState(utt.fetch_seed())
r = rng.randn(5, 5) r = rng.randn(5, 5)
pd = numpy.dot(r,r.T) pd = numpy.dot(r, r.T)
x = tensor.matrix() x = tensor.matrix()
chol = cholesky(x) chol = cholesky(x)
# Check the default. # Check the default.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论