提交 ed932b8b authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Fixed imports in some tests

Two tests are now failing in test_vm.py
上级 0f0d07f3
...@@ -6,7 +6,7 @@ from theano.gof.op import PureOp ...@@ -6,7 +6,7 @@ from theano.gof.op import PureOp
from theano.gof import Apply, generic, Container from theano.gof import Apply, generic, Container
from theano.gof.link import LocalLinker, map_storage, add_clear_storage from theano.gof.link import LocalLinker, map_storage, add_clear_storage
from theano import function, Mode from theano import function, Mode
from theano.lazycond import ifelse from theano.ifelse import ifelse
import theano.tensor as T import theano.tensor as T
......
...@@ -15,7 +15,7 @@ from theano.gof import OpWiseCLinker ...@@ -15,7 +15,7 @@ from theano.gof import OpWiseCLinker
from theano.compile import Mode from theano.compile import Mode
from theano import tensor from theano import tensor
from theano.lazycond import ifelse from theano.ifelse import ifelse
import theano import theano
class TestCallbacks(unittest.TestCase): class TestCallbacks(unittest.TestCase):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论