提交 7548f56c authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Fix import error in buildbot.

SyntaxError: 'import *' not allowed with 'from .'
上级 f4a7e258
......@@ -2,7 +2,7 @@
import numpy
from theano import tensor, function
from .ops import *
from theano.sandbox.linalg.ops import *
if 0:
def test_cholesky():
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论